COLOR #B4635D

HEX: #B4635D
RGB: (180,99,93)

Renk bilgisi

#B4635D contains mainly red color. #B4635D ‘ nin web güvenlik rengi #CC6666 (ya da #C66) dir.

RGB renk modeli

#B4635D color RGB value is (180,99,93).

  • kırmız ton 180;
  • yeşil ton 99;
  • mavi ton 93.
RGB:
(180,99,93)
(71%,39%,36%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 99 of 255 = 39%
B 93 of 255 = 36%

180
99
93

R + G + B ~ 49%. #B4635D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 99 + 93 = 372 (100%)
R 180 of 372 ~ 48.39%
G 99 of 372 ~ 26.61%
B 93 of 372 ~ 25%

%48.39
%26.61
%25

CMYK RENK MODELİ

#B4635D rengi CMYK tonu (0,45,48,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 45.00%
  • sarı tonu 48.33%
  • ana renk tonu 29.41%
CMYK:
(0,45,48,29)
C0M45Y48K29 
(0%,45%,48%,29%)
(0.00/0.45/0.48/0.29)	

CMYK yüzdeleri

%0
%45
%48.33
%29.41

Codes

Color #B4635D in popluar color models

B4635D
RGB1809993
HSL36.71%53.53%
HSB/HSV48.33%70.59%
CMYK0.00%45.00%48.33%
29.41%

Color #B4635D in popluar number systems.

HEXB4635D
Decimal1809993
Binary1011010011000111011101
Octal264143135

Shades and tints

Shades of #B4635D

#B4635D
(180,99,93)
#A45A55
(164,90,85)
#94514D
(148,81,77)
#844845
(132,72,69)
#743F3D
(116,63,61)
#643635
(100,54,53)
#542D2D
(84,45,45)
#442425
(68,36,37)
#341B1D
(52,27,29)
#241215
(36,18,21)
#14090D
(20,9,13)
#000000
(0,0,0)

Tints of #B4635D

#B4635D
(180,99,93)
#BA716B
(186,113,107)
#C07F79
(192,127,121)
#C68D87
(198,141,135)
#CC9B95
(204,155,149)
#D2A9A3
(210,169,163)
#D8B7B1
(216,183,177)
#DEC5BF
(222,197,191)
#E4D3CD
(228,211,205)
#EAE1DB
(234,225,219)
#F0EFE9
(240,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4635D color. Also use rgb(180,99,93) instead hex code.

Text Font Color

.myTextColor { color: #B4635D; }

<p style="color:#B4635D">This sample text font color is #B4635D.</p>

This text font color is #B4635D.


Background Color

.myBgColor { background-color: #B4635D; }

<div style="background-color:#B4635D">Inner text</div>

This div background color is #B4635D.


Border color

.myBorderColor { border: 1px solid #B4635D; }

<div style="border:3px solid #B4635D">Div</div>

This div border color is #B4635D.


Opacity

.myOpacity80 { color: #B4635D; opacity: 0.8; }

<p style="color:#B4635D;opacity:0.8;">80%</p>

Text with #B4635D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B4635D;}

<p style="text-shadow: 3px 3px 1px #B4635D">Text here.</p>

This text has shadow with #B4635D color.

.textShadow {text-shadow: 3px 3px 1px #B4635D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B4635D, 5px 5px 20px red">Text here.</p>

This text has shadow with #B4635D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4635D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B4635D, Direction=45, Strength=4)">Text</p>

This text has shadow with #B4635D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B4635D;
  -webkit-box-shadow:	1px 1px 3px 2px #B4635D;
  box-shadow:		1px 1px 3px 2px #B4635D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4635D;
-webkit-box-shadow: 1px 1px 3px 2px #B4635D;
box-shadow:1px 1px 3px 2px #B4635D;">
Div content here</div>
This div box has shadow with color #B4635D.

Preview

Color preview on black background

This text has color #B4635D on black background.


Color preview on white background

This text has color #B4635D on white background.



Black color preview on #B4635D background

This text has black color on #B4635D background.


White color preview on #B4635D background

This text has white color on #B4635D background.