Html Css Color HEX #B85241 Chestnut

📋 copy color: '#B85241'

red 184 ◦ green 82 ◦ blue 65

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

Shades of Chestnut #B85241

Tints of Chestnut #B85241

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.77%

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

R = 55.59%
G = 24.77%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B85241 (or 0xB85241) is known color: Chestnut. HEX triplet: B8, 52 and 41. RGB value is (184,82,65). Sum of RGB (Red+Green+Blue) = 184+82+65=331 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.59% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 184 - color contains mainly: red. Hex color #B85241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85241 is #47ADBE. Grayscale: #6E6E6E. Windows color (decimal): -4697535 or 4281016. OLE color: 4281016.

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

Color convert

RGB 184 82 65 -
CMYK 0 0.55 0.65 0.28
HSL 8.57º 0.48% 0.49% -
HSV(B) 8.57º 0.65% 0.72% -
XYZ 23.74 16.61 6.96 -
YUV 110.56 102.29 180.38 -
System Red Green Blue C M Y K H S L
Decimal 184 82 65 0 0.55 0.65 0.28 8.57 0.48 0.49
Hex B8 52 41 0 37 41 1C 9 30 31
Octal 270 122 101 0 67 101 34 11 60 61
Binary 10111000 1010010 1000001 0 110111 1000001 11100 1001 110000 110001

Color Harmonies of #B85241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85241

Black with #B85241

Text Example


Text Example

White with #B85241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85241; }

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

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

background-color css

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

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

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

border-color css

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

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

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