Html Css Color HEX #B85049 Chestnut

📋 copy color: '#B85049'

red 184 ◦ green 80 ◦ blue 73

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

Shades of Chestnut #B85049

Tints of Chestnut #B85049

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.74%

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

R = 54.6%
G = 23.74%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B85049 (or 0xB85049) is known color: Chestnut. HEX triplet: B8, 50 and 49. RGB value is (184,80,73). Sum of RGB (Red+Green+Blue) = 184+80+73=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B85049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85049 is #47AFB6. Grayscale: #6E6E6E. Windows color (decimal): -4698039 or 4804792. OLE color: 4804792.

HSL color Cylindrical-coordinate representation of color #B85049: hue angle of 3.78º 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 #B85049 is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 80 73 -
CMYK 0 0.57 0.60 0.28
HSL 3.78º 0.44% 0.5% -
HSV(B) 3.78º 0.6% 0.72% -
XYZ 23.84 16.41 8.21 -
YUV 110.3 106.96 180.57 -
System Red Green Blue C M Y K H S L
Decimal 184 80 73 0 0.57 0.60 0.28 3.78 0.44 0.5
Hex B8 50 49 0 39 3C 1C 4 2C 32
Octal 270 120 111 0 71 74 34 4 54 62
Binary 10111000 1010000 1001001 0 111001 111100 11100 100 101100 110010

Color Harmonies of #B85049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85049

Black with #B85049

Text Example


Text Example

White with #B85049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85049; }

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

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

background-color css

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

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

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

border-color css

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

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

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