Html Css Color HEX #B85147 Chestnut

📋 copy color: '#B85147'

red 184 ◦ green 81 ◦ blue 71

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

Shades of Chestnut #B85147

Tints of Chestnut #B85147

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.11%

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

R = 54.76%
G = 24.11%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B85147 (or 0xB85147) is known color: Chestnut. HEX triplet: B8, 51 and 47. RGB value is (184,81,71). Sum of RGB (Red+Green+Blue) = 184+81+71=336 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.76% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 71 (28.12% from 255 or 21.13% from 336); Max value from RGB is 184 - color contains mainly: red. Hex color #B85147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85147 is #47AEB8. Grayscale: #6E6E6E. Windows color (decimal): -4697785 or 4673976. OLE color: 4673976.

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

Color convert

RGB 184 81 71 -
CMYK 0 0.56 0.61 0.28
HSL 5.31º 0.44% 0.5% -
HSV(B) 5.31º 0.61% 0.72% -
XYZ 23.85 16.53 7.9 -
YUV 110.66 105.62 180.31 -
System Red Green Blue C M Y K H S L
Decimal 184 81 71 0 0.56 0.61 0.28 5.31 0.44 0.5
Hex B8 51 47 0 38 3D 1C 5 2C 32
Octal 270 121 107 0 70 75 34 5 54 62
Binary 10111000 1010001 1000111 0 111000 111101 11100 101 101100 110010

Color Harmonies of #B85147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85147

Black with #B85147

Text Example


Text Example

White with #B85147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85147; }

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

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

background-color css

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

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

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

border-color css

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

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

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