Html Css Color HEX #B85549 Chestnut

📋 copy color: '#B85549'

red 184 ◦ green 85 ◦ blue 73

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

Shades of Chestnut #B85549

Tints of Chestnut #B85549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.35%

R = 53.8%
G = 24.85%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B85549 (or 0xB85549) is known color: Chestnut. HEX triplet: B8, 55 and 49. RGB value is (184,85,73). Sum of RGB (Red+Green+Blue) = 184+85+73=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B85549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85549 is #47AAB6. Grayscale: #717171. Windows color (decimal): -4696759 or 4806072. OLE color: 4806072.

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

Color convert

RGB 184 85 73 -
CMYK 0 0.54 0.60 0.28
HSL 6.49º 0.44% 0.5% -
HSV(B) 6.49º 0.6% 0.72% -
XYZ 24.22 17.17 8.34 -
YUV 113.23 105.3 178.48 -
System Red Green Blue C M Y K H S L
Decimal 184 85 73 0 0.54 0.60 0.28 6.49 0.44 0.5
Hex B8 55 49 0 36 3C 1C 6 2C 32
Octal 270 125 111 0 66 74 34 6 54 62
Binary 10111000 1010101 1001001 0 110110 111100 11100 110 101100 110010

Color Harmonies of #B85549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85549

Black with #B85549

Text Example


Text Example

White with #B85549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85549; }

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

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

background-color css

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

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

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

border-color css

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

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

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