Html Css Color HEX #B55852 Chestnut

📋 copy color: '#B55852'

red 181 ◦ green 88 ◦ blue 82

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

Shades of Chestnut #B55852

Tints of Chestnut #B55852

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.07%

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

R = 51.57%
G = 25.07%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B55852 (or 0xB55852) is known color: Chestnut. HEX triplet: B5, 58 and 52. RGB value is (181,88,82). Sum of RGB (Red+Green+Blue) = 181+88+82=351 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.57% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 82 (32.42% from 255 or 23.36% from 351); Max value from RGB is 181 - color contains mainly: red. Hex color #B55852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55852 is #4AA7AD. Grayscale: #737373. Windows color (decimal): -4892590 or 5396661. OLE color: 5396661.

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

Color convert

RGB 181 88 82 -
CMYK 0 0.51 0.55 0.29
HSL 3.64º 0.4% 0.52% -
HSV(B) 3.64º 0.55% 0.71% -
XYZ 24.07 17.41 10.08 -
YUV 115.12 109.31 174.99 -
System Red Green Blue C M Y K H S L
Decimal 181 88 82 0 0.51 0.55 0.29 3.64 0.4 0.52
Hex B5 58 52 0 33 37 1D 4 28 34
Octal 265 130 122 0 63 67 35 4 50 64
Binary 10110101 1011000 1010010 0 110011 110111 11101 100 101000 110100

Color Harmonies of #B55852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55852

Black with #B55852

Text Example


Text Example

White with #B55852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55852; }

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

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

background-color css

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

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

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

border-color css

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

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

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