Html Css Color HEX #B55752 Chestnut

📋 copy color: '#B55752'

red 181 ◦ green 87 ◦ blue 82

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

Shades of Chestnut #B55752

Tints of Chestnut #B55752

RGB

 RED value IS 181 (71.09% from 255) = 51.71%

 GREEN value IS 87 (34.38% from 255) = 24.86%

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

R = 51.71%
G = 24.86%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B55752 (or 0xB55752) is known color: Chestnut. HEX triplet: B5, 57 and 52. RGB value is (181,87,82). Sum of RGB (Red+Green+Blue) = 181+87+82=350 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.71% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 181 - color contains mainly: red. Hex color #B55752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55752 is #4AA8AD. Grayscale: #727272. Windows color (decimal): -4892846 or 5396405. OLE color: 5396405.

HSL color Cylindrical-coordinate representation of color #B55752: hue angle of 3.03º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B55752 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 87 82 -
CMYK 0 0.52 0.55 0.29
HSL 3.03º 0.4% 0.52% -
HSV(B) 3.03º 0.55% 0.71% -
XYZ 23.99 17.25 10.05 -
YUV 114.54 109.64 175.41 -
System Red Green Blue C M Y K H S L
Decimal 181 87 82 0 0.52 0.55 0.29 3.03 0.4 0.52
Hex B5 57 52 0 34 37 1D 3 28 34
Octal 265 127 122 0 64 67 35 3 50 64
Binary 10110101 1010111 1010010 0 110100 110111 11101 11 101000 110100

Color Harmonies of #B55752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55752

Black with #B55752

Text Example


Text Example

White with #B55752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55752; }

 p { color: rgb(181,87,82); }

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

background-color css

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

 a { background-color: rgb(181,87,82); }

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

border-color css

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

 span { border-color: rgb(181,87,82); }

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