Html Css Color HEX #B55140 Chestnut

📋 copy color: '#B55140'

red 181 ◦ green 81 ◦ blue 64

#B55140
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chestnut #B55140

Tints of Chestnut #B55140

RGB

 RED value IS 181 (71.09% from 255) = 55.52%

 GREEN value IS 81 (32.03% from 255) = 24.85%

 BLUE value IS 64 (25.39% from 255) = 19.63%

R = 55.52%
G = 24.85%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B55140 (or 0xB55140) is known color: Chestnut. HEX triplet: B5, 51 and 40. RGB value is (181,81,64). Sum of RGB (Red+Green+Blue) = 181+81+64=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B55140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55140 is #4AAEBF. Grayscale: #6D6D6D. Windows color (decimal): -4894400 or 4215221. OLE color: 4215221.

HSL color Cylindrical-coordinate representation of color #B55140: hue angle of 8.72º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B55140 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 81 64 -
CMYK 0 0.55 0.65 0.29
HSL 8.72º 0.48% 0.48% -
HSV(B) 8.72º 0.65% 0.71% -
XYZ 22.92 16.08 6.75 -
YUV 108.96 102.63 179.38 -
System Red Green Blue C M Y K H S L
Decimal 181 81 64 0 0.55 0.65 0.29 8.72 0.48 0.48
Hex B5 51 40 0 37 41 1D 9 30 30
Octal 265 121 100 0 67 101 35 11 60 60
Binary 10110101 1010001 1000000 0 110111 1000001 11101 1001 110000 110000

Color Harmonies of #B55140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55140

Black with #B55140

Text Example


Text Example

White with #B55140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55140; }

 p { color: rgb(181,81,64); }

 H1.HeaderClassName
 {
   color: #B55140;
 }
 .AnyTagClassName
 {
   color: #B55140;
 }
</style>

background-color css

<style>
 a { background-color: #B55140; }

 a { background-color: rgb(181,81,64); }

 div.DivClassName
 {
   background-color: #B55140;
 }
 .BgClassName
 {
   background-color: #B55140;
 }
</style>

border-color css

<style>
 span { border-color: #B55140; }

 span { border-color: rgb(181,81,64); }

 td.TdClassName
 {
   border-color: #B55140;
 }
 .TagClassName
 {
   border-color: #B55140;
 }
</style>