Html Css Color HEX #B85244 Chestnut

📋 copy color: '#B85244'

red 184 ◦ green 82 ◦ blue 68

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

Shades of Chestnut #B85244

Tints of Chestnut #B85244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.36%

R = 55.09%
G = 24.55%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B85244 (or 0xB85244) is known color: Chestnut. HEX triplet: B8, 52 and 44. RGB value is (184,82,68). Sum of RGB (Red+Green+Blue) = 184+82+68=334 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.09% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 184 - color contains mainly: red. Hex color #B85244 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85244 is #47ADBB. Grayscale: #6F6F6F. Windows color (decimal): -4697532 or 4477624. OLE color: 4477624.

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

Color convert

RGB 184 82 68 -
CMYK 0 0.55 0.63 0.28
HSL 7.24º 0.46% 0.49% -
HSV(B) 7.24º 0.63% 0.72% -
XYZ 23.83 16.64 7.43 -
YUV 110.9 103.79 180.14 -
System Red Green Blue C M Y K H S L
Decimal 184 82 68 0 0.55 0.63 0.28 7.24 0.46 0.49
Hex B8 52 44 0 37 3F 1C 7 2E 31
Octal 270 122 104 0 67 77 34 7 56 61
Binary 10111000 1010010 1000100 0 110111 111111 11100 111 101110 110001

Color Harmonies of #B85244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85244

Black with #B85244

Text Example


Text Example

White with #B85244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85244; }

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

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

background-color css

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

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

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

border-color css

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

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

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