Html Css Color HEX #B85447 Chestnut

📋 copy color: '#B85447'

red 184 ◦ green 84 ◦ blue 71

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

Shades of Chestnut #B85447

Tints of Chestnut #B85447

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.78%

 BLUE value IS 71 (28.13% from 255) = 20.94%

R = 54.28%
G = 24.78%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B85447 (or 0xB85447) is known color: Chestnut. HEX triplet: B8, 54 and 47. RGB value is (184,84,71). Sum of RGB (Red+Green+Blue) = 184+84+71=339 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.28% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 71 (28.12% from 255 or 20.94% from 339); Max value from RGB is 184 - color contains mainly: red. Hex color #B85447 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85447 is #47ABB8. Grayscale: #707070. Windows color (decimal): -4697017 or 4674744. OLE color: 4674744.

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

Color convert

RGB 184 84 71 -
CMYK 0 0.54 0.61 0.28
HSL 6.9º 0.44% 0.5% -
HSV(B) 6.9º 0.61% 0.72% -
XYZ 24.07 16.99 7.97 -
YUV 112.42 104.63 179.06 -
System Red Green Blue C M Y K H S L
Decimal 184 84 71 0 0.54 0.61 0.28 6.9 0.44 0.5
Hex B8 54 47 0 36 3D 1C 7 2C 32
Octal 270 124 107 0 66 75 34 7 54 62
Binary 10111000 1010100 1000111 0 110110 111101 11100 111 101100 110010

Color Harmonies of #B85447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85447

Black with #B85447

Text Example


Text Example

White with #B85447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85447; }

 p { color: rgb(184,84,71); }

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

background-color css

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

 a { background-color: rgb(184,84,71); }

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

border-color css

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

 span { border-color: rgb(184,84,71); }

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