Html Css Color HEX #B85547 Chestnut

📋 copy color: '#B85547'

red 184 ◦ green 85 ◦ blue 71

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

Shades of Chestnut #B85547

Tints of Chestnut #B85547

RGB

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

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

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

R = 54.12%
G = 25%
B = 20.88%

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

#B85547 (or 0xB85547) is known color: Chestnut. HEX triplet: B8, 55 and 47. RGB value is (184,85,71). Sum of RGB (Red+Green+Blue) = 184+85+71=340 (45% of max value = 765). Red value is 184 (72.27% from 255 or 54.12% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 71 (28.12% from 255 or 20.88% from 340); Max value from RGB is 184 - color contains mainly: red. Hex color #B85547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85547 is #47AAB8. Grayscale: #717171. Windows color (decimal): -4696761 or 4675000. OLE color: 4675000.

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

Color convert

RGB 184 85 71 -
CMYK 0 0.54 0.61 0.28
HSL 7.43º 0.44% 0.5% -
HSV(B) 7.43º 0.61% 0.72% -
XYZ 24.15 17.14 8 -
YUV 113.01 104.3 178.64 -
System Red Green Blue C M Y K H S L
Decimal 184 85 71 0 0.54 0.61 0.28 7.43 0.44 0.5
Hex B8 55 47 0 36 3D 1C 7 2C 32
Octal 270 125 107 0 66 75 34 7 54 62
Binary 10111000 1010101 1000111 0 110110 111101 11100 111 101100 110010

Color Harmonies of #B85547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85547

Black with #B85547

Text Example


Text Example

White with #B85547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85547; }

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

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

background-color css

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

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

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

border-color css

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

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

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