Html Css Color HEX #B55048 Chestnut

📋 copy color: '#B55048'

red 181 ◦ green 80 ◦ blue 72

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

Shades of Chestnut #B55048

Tints of Chestnut #B55048

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.02%

 BLUE value IS 72 (28.52% from 255) = 21.62%

R = 54.35%
G = 24.02%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B55048 (or 0xB55048) is known color: Chestnut. HEX triplet: B5, 50 and 48. RGB value is (181,80,72). Sum of RGB (Red+Green+Blue) = 181+80+72=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B55048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55048 is #4AAFB7. Grayscale: #6D6D6D. Windows color (decimal): -4894648 or 4739253. OLE color: 4739253.

HSL color Cylindrical-coordinate representation of color #B55048: hue angle of 4.4º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B55048 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 80 72 -
CMYK 0 0.56 0.60 0.29
HSL 4.4º 0.43% 0.5% -
HSV(B) 4.4º 0.6% 0.71% -
XYZ 23.09 16.03 8.01 -
YUV 109.29 106.96 179.15 -
System Red Green Blue C M Y K H S L
Decimal 181 80 72 0 0.56 0.60 0.29 4.4 0.43 0.5
Hex B5 50 48 0 38 3C 1D 4 2B 32
Octal 265 120 110 0 70 74 35 4 53 62
Binary 10110101 1010000 1001000 0 111000 111100 11101 100 101011 110010

Color Harmonies of #B55048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55048

Black with #B55048

Text Example


Text Example

White with #B55048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55048; }

 p { color: rgb(181,80,72); }

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

background-color css

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

 a { background-color: rgb(181,80,72); }

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

border-color css

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

 span { border-color: rgb(181,80,72); }

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