Html Css Color HEX #B85141 Chestnut

📋 copy color: '#B85141'

red 184 ◦ green 81 ◦ blue 65

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

Shades of Chestnut #B85141

Tints of Chestnut #B85141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.7%

R = 55.76%
G = 24.55%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B85141 (or 0xB85141) is known color: Chestnut. HEX triplet: B8, 51 and 41. RGB value is (184,81,65). Sum of RGB (Red+Green+Blue) = 184+81+65=330 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.76% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 184 - color contains mainly: red. Hex color #B85141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85141 is #47AEBE. Grayscale: #6E6E6E. Windows color (decimal): -4697791 or 4280760. OLE color: 4280760.

HSL color Cylindrical-coordinate representation of color #B85141: hue angle of 8.07º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B85141 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 81 65 -
CMYK 0 0.56 0.65 0.28
HSL 8.07º 0.48% 0.49% -
HSV(B) 8.07º 0.65% 0.72% -
XYZ 23.66 16.46 6.93 -
YUV 109.97 102.62 180.8 -
System Red Green Blue C M Y K H S L
Decimal 184 81 65 0 0.56 0.65 0.28 8.07 0.48 0.49
Hex B8 51 41 0 38 41 1C 8 30 31
Octal 270 121 101 0 70 101 34 10 60 61
Binary 10111000 1010001 1000001 0 111000 1000001 11100 1000 110000 110001

Color Harmonies of #B85141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85141

Black with #B85141

Text Example


Text Example

White with #B85141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85141; }

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

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

background-color css

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

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

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

border-color css

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

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

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