#BB4E46

Color #BB4E46 Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chestnut #BB4E46

Tints of Chestnut #BB4E46

Color information

#BB4E46 (or 0xBB4E46) is unknown color: approx Chestnut. HEX triplet: BB, 4E and 46. RGB value is (187,78,70). Sum of RGB (Red+Green+Blue) = 187+78+70=335 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.82% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4E46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB4E46 is #44B1B9. Grayscale: #6D6D6D. Windows color (decimal): -4501946 or 4607675. OLE color: 4607675.

HSL color Cylindrical-coordinate representation of color #BB4E46: hue angle of 4.1º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB4E46 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB1877870-
CMYK00.580.630.27
HSL4.1º46.25%50.39%-
HSV(B)4.1º62.57%73.33%-
XYZ24.3216.467.69-
YUV109.68105.61183.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.82%
GREEN value IS 78 (30.86% from 255) = 23.28%
BLUE value IS 70 (27.73% from 255) = 20.90%
R=55.82%
G=23.28%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187787000.580.630.274.146.2550.39
HexBB4E4603A3F1B42e32
Octal273116106072773345662
Binary1011101110011101000110011101011111111011100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4E46; }

 p { color: rgb(187,78,70); }

 H1.HeaderClassName
 {
   color: #BB4E46;
 }
 .AnyTagClassName
 {
   color: #BB4E46;
 }
</style>
background-color css

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

 a { background-color: rgb(187,78,70); }

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

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

 span { border-color: rgb(187,78,70); }

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