COLOR #B5651D

HEX: #B5651D
RGB: (181,101,29)

Renk bilgisi

#B5651D contains mainly red color. #B5651D ‘ nin web güvenlik rengi #CC6633 (ya da #C63) dir.

RGB renk modeli

#B5651D color RGB value is (181,101,29).

  • kırmız ton 181;
  • yeşil ton 101;
  • mavi ton 29.
RGB:
(181,101,29)
(71%,40%,11%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 101 of 255 = 40%
B 29 of 255 = 11%

181
101
29

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

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 101 + 29 = 311 (100%)
R 181 of 311 ~ 58.2%
G 101 of 311 ~ 32.48%
B 29 of 311 ~ 9.32%

%58.2
%32.48

CMYK RENK MODELİ

#B5651D rengi CMYK tonu (0,44,84,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 44.20%
  • sarı tonu 83.98%
  • ana renk tonu 29.02%
CMYK:
(0,44,84,29)
C0M44Y84K29 
(0%,44%,84%,29%)
(0.00/0.44/0.84/0.29)	

CMYK yüzdeleri

%0
%44.2
%83.98
%29.02

Codes

Color #B5651D in popluar color models

B5651D
RGB18110129
HSL28°72.38%41.18%
HSB/HSV28°83.98%70.98%
CMYK0.00%44.20%83.98%
29.02%

Color #B5651D in popluar number systems.

HEXB5651D
Decimal18110129
Binary10110101110010111101
Octal26514535

Shades and tints

Shades of #B5651D

#B5651D
(181,101,29)
#A55C1B
(165,92,27)
#955319
(149,83,25)
#854A17
(133,74,23)
#754115
(117,65,21)
#653813
(101,56,19)
#552F11
(85,47,17)
#45260F
(69,38,15)
#351D0D
(53,29,13)
#25140B
(37,20,11)
#150B09
(21,11,9)
#000000
(0,0,0)

Tints of #B5651D

#B5651D
(181,101,29)
#BB7331
(187,115,49)
#C18145
(193,129,69)
#C78F59
(199,143,89)
#CD9D6D
(205,157,109)
#D3AB81
(211,171,129)
#D9B995
(217,185,149)
#DFC7A9
(223,199,169)
#E5D5BD
(229,213,189)
#EBE3D1
(235,227,209)
#F1F1E5
(241,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5651D color. Also use rgb(181,101,29) instead hex code.

Text Font Color

.myTextColor { color: #B5651D; }

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

This text font color is #B5651D.


Background Color

.myBgColor { background-color: #B5651D; }

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

This div background color is #B5651D.


Border color

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

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

This div border color is #B5651D.


Opacity

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

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

Text with #B5651D 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 #B5651D;}

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

This text has shadow with #B5651D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5651D on black background.


Color preview on white background

This text has color #B5651D on white background.



Black color preview on #B5651D background

This text has black color on #B5651D background.


White color preview on #B5651D background

This text has white color on #B5651D background.