Html Css Color HEX #B85446 Chestnut

📋 copy color: '#B85446'

red 184 ◦ green 84 ◦ blue 70

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

Shades of Chestnut #B85446

Tints of Chestnut #B85446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.71%

R = 54.44%
G = 24.85%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B85446 (or 0xB85446) is known color: Chestnut. HEX triplet: B8, 54 and 46. RGB value is (184,84,70). Sum of RGB (Red+Green+Blue) = 184+84+70=338 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.44% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 184 - color contains mainly: red. Hex color #B85446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85446 is #47ABB9. Grayscale: #707070. Windows color (decimal): -4697018 or 4609208. OLE color: 4609208.

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

Color convert

RGB 184 84 70 -
CMYK 0 0.54 0.62 0.28
HSL 7.37º 0.45% 0.5% -
HSV(B) 7.37º 0.62% 0.72% -
XYZ 24.04 16.97 7.8 -
YUV 112.3 104.13 179.14 -
System Red Green Blue C M Y K H S L
Decimal 184 84 70 0 0.54 0.62 0.28 7.37 0.45 0.5
Hex B8 54 46 0 36 3E 1C 7 2D 32
Octal 270 124 106 0 66 76 34 7 55 62
Binary 10111000 1010100 1000110 0 110110 111110 11100 111 101101 110010

Color Harmonies of #B85446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85446

Black with #B85446

Text Example


Text Example

White with #B85446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85446; }

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

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

background-color css

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

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

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

border-color css

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

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

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