Html Css Color HEX #B85249 Chestnut

📋 copy color: '#B85249'

red 184 ◦ green 82 ◦ blue 73

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

Shades of Chestnut #B85249

Tints of Chestnut #B85249

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.19%

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

R = 54.28%
G = 24.19%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B85249 (or 0xB85249) is known color: Chestnut. HEX triplet: B8, 52 and 49. RGB value is (184,82,73). Sum of RGB (Red+Green+Blue) = 184+82+73=339 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.28% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 184 - color contains mainly: red. Hex color #B85249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85249 is #47ADB6. Grayscale: #6F6F6F. Windows color (decimal): -4697527 or 4805304. OLE color: 4805304.

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

Color convert

RGB 184 82 73 -
CMYK 0 0.55 0.60 0.28
HSL 4.86º 0.44% 0.5% -
HSV(B) 4.86º 0.6% 0.72% -
XYZ 23.99 16.71 8.26 -
YUV 111.47 106.29 179.73 -
System Red Green Blue C M Y K H S L
Decimal 184 82 73 0 0.55 0.60 0.28 4.86 0.44 0.5
Hex B8 52 49 0 37 3C 1C 5 2C 32
Octal 270 122 111 0 67 74 34 5 54 62
Binary 10111000 1010010 1001001 0 110111 111100 11100 101 101100 110010

Color Harmonies of #B85249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85249

Black with #B85249

Text Example


Text Example

White with #B85249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85249; }

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

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

background-color css

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

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

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

border-color css

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

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

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