#BB4A49

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

Shades of Chestnut #BB4A49

Tints of Chestnut #BB4A49

Color information

#BB4A49 (or 0xBB4A49) is unknown color: approx Chestnut. HEX triplet: BB, 4A and 49. RGB value is (187,74,73). Sum of RGB (Red+Green+Blue) = 187+74+73=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4A49 is #44B5B6. Grayscale: #6B6B6B. Windows color (decimal): -4502967 or 4803259. OLE color: 4803259.

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

Color convert

RGB1877473-
CMYK00.600.610.27
HSL0.53º45.6%50.98%-
HSV(B)0.53º60.96%73.33%-
XYZ24.1415.948.11-
YUV107.67108.44184.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.99%
GREEN value IS 74 (29.30% from 255) = 22.16%
BLUE value IS 73 (28.91% from 255) = 21.86%
R=55.99%
G=22.16%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187747300.600.610.270.5345.650.98
HexBB4A4903C3D1B12e33
Octal273112111074753315663
Binary10111011100101010010010111100111101110111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4A49; }

 p { color: rgb(187,74,73); }

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

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

 a { background-color: rgb(187,74,73); }

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

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

 span { border-color: rgb(187,74,73); }

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