Html Css Color HEX #B85452 Chestnut

📋 copy color: '#B85452'

red 184 ◦ green 84 ◦ blue 82

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

Shades of Chestnut #B85452

Tints of Chestnut #B85452

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24%

 BLUE value IS 82 (32.42% from 255) = 23.43%

R = 52.57%
G = 24%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B85452 (or 0xB85452) is known color: Chestnut. HEX triplet: B8, 54 and 52. RGB value is (184,84,82). Sum of RGB (Red+Green+Blue) = 184+84+82=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B85452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85452 is #47ABAD. Grayscale: #717171. Windows color (decimal): -4697006 or 5395640. OLE color: 5395640.

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

Color convert

RGB 184 84 82 -
CMYK 0 0.54 0.55 0.28
HSL 1.18º 0.42% 0.52% -
HSV(B) 1.18º 0.55% 0.72% -
XYZ 24.46 17.14 10 -
YUV 113.67 110.13 178.16 -
System Red Green Blue C M Y K H S L
Decimal 184 84 82 0 0.54 0.55 0.28 1.18 0.42 0.52
Hex B8 54 52 0 36 37 1C 1 2A 34
Octal 270 124 122 0 66 67 34 1 52 64
Binary 10111000 1010100 1010010 0 110110 110111 11100 1 101010 110100

Color Harmonies of #B85452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85452

Black with #B85452

Text Example


Text Example

White with #B85452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85452; }

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

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

background-color css

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

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

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

border-color css

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

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

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