Html Css Color HEX #B55046 Chestnut

📋 copy color: '#B55046'

red 181 ◦ green 80 ◦ blue 70

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

Shades of Chestnut #B55046

Tints of Chestnut #B55046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.15%

R = 54.68%
G = 24.17%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B55046 (or 0xB55046) is known color: Chestnut. HEX triplet: B5, 50 and 46. RGB value is (181,80,70). Sum of RGB (Red+Green+Blue) = 181+80+70=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B55046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55046 is #4AAFB9. Grayscale: #6D6D6D. Windows color (decimal): -4894650 or 4608181. OLE color: 4608181.

HSL color Cylindrical-coordinate representation of color #B55046: hue angle of 5.41º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B55046 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 80 70 -
CMYK 0 0.56 0.61 0.29
HSL 5.41º 0.44% 0.49% -
HSV(B) 5.41º 0.61% 0.71% -
XYZ 23.03 16 7.67 -
YUV 109.06 105.96 179.31 -
System Red Green Blue C M Y K H S L
Decimal 181 80 70 0 0.56 0.61 0.29 5.41 0.44 0.49
Hex B5 50 46 0 38 3D 1D 5 2C 31
Octal 265 120 106 0 70 75 35 5 54 61
Binary 10110101 1010000 1000110 0 111000 111101 11101 101 101100 110001

Color Harmonies of #B55046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55046

Black with #B55046

Text Example


Text Example

White with #B55046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55046; }

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

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

background-color css

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

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

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

border-color css

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

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

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