Html Css Color HEX #B85145 Chestnut

📋 copy color: '#B85145'

red 184 ◦ green 81 ◦ blue 69

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

Shades of Chestnut #B85145

Tints of Chestnut #B85145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.66%

R = 55.09%
G = 24.25%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B85145 (or 0xB85145) is known color: Chestnut. HEX triplet: B8, 51 and 45. RGB value is (184,81,69). Sum of RGB (Red+Green+Blue) = 184+81+69=334 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.09% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 184 - color contains mainly: red. Hex color #B85145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85145 is #47AEBA. Grayscale: #6E6E6E. Windows color (decimal): -4697787 or 4542904. OLE color: 4542904.

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

Color convert

RGB 184 81 69 -
CMYK 0 0.56 0.62 0.28
HSL 6.26º 0.45% 0.5% -
HSV(B) 6.26º 0.63% 0.72% -
XYZ 23.78 16.5 7.56 -
YUV 110.43 104.62 180.48 -
System Red Green Blue C M Y K H S L
Decimal 184 81 69 0 0.56 0.62 0.28 6.26 0.45 0.5
Hex B8 51 45 0 38 3E 1C 6 2D 32
Octal 270 121 105 0 70 76 34 6 55 62
Binary 10111000 1010001 1000101 0 111000 111110 11100 110 101101 110010

Color Harmonies of #B85145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85145

Black with #B85145

Text Example


Text Example

White with #B85145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85145; }

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

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

background-color css

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

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

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

border-color css

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

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

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