Html Css Color HEX #B85546 Chestnut

📋 copy color: '#B85546'

red 184 ◦ green 85 ◦ blue 70

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

Shades of Chestnut #B85546

Tints of Chestnut #B85546

RGB

 RED value IS 184 (72.27% from 255) = 54.28%

 GREEN value IS 85 (33.59% from 255) = 25.07%

 BLUE value IS 70 (27.73% from 255) = 20.65%

R = 54.28%
G = 25.07%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B85546 (or 0xB85546) is known color: Chestnut. HEX triplet: B8, 55 and 46. RGB value is (184,85,70). Sum of RGB (Red+Green+Blue) = 184+85+70=339 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.28% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 184 - color contains mainly: red. Hex color #B85546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85546 is #47AAB9. Grayscale: #717171. Windows color (decimal): -4696762 or 4609464. OLE color: 4609464.

HSL color Cylindrical-coordinate representation of color #B85546: hue angle of 7.89º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B85546 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 85 70 -
CMYK 0 0.54 0.62 0.28
HSL 7.89º 0.45% 0.5% -
HSV(B) 7.89º 0.62% 0.72% -
XYZ 24.12 17.13 7.83 -
YUV 112.89 103.8 178.72 -
System Red Green Blue C M Y K H S L
Decimal 184 85 70 0 0.54 0.62 0.28 7.89 0.45 0.5
Hex B8 55 46 0 36 3E 1C 8 2D 32
Octal 270 125 106 0 66 76 34 10 55 62
Binary 10111000 1010101 1000110 0 110110 111110 11100 1000 101101 110010

Color Harmonies of #B85546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85546

Black with #B85546

Text Example


Text Example

White with #B85546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85546; }

 p { color: rgb(184,85,70); }

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

background-color css

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

 a { background-color: rgb(184,85,70); }

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

border-color css

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

 span { border-color: rgb(184,85,70); }

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