#bb4040

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

Shades of Chestnut #BB4040

Tints of Chestnut #BB4040

Color information

#BB4040 (or 0xBB4040) is unknown color: approx Chestnut. HEX triplet: BB, 40 and 40. RGB value is (187,64,64). Sum of RGB (Red+Green+Blue) = 187+64+64=315 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.37% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4040 is #44BFBF. Grayscale: #646464. Windows color (decimal): -4505536 or 4210875. OLE color: 4210875.

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

Color convert

RGB1876464-
CMYK00.660.660.27
HSL49%49.22%-
HSV(B)65.78%73.33%-
XYZ23.2514.66.44-
YUV100.78107.25189.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 59.37%
GREEN value IS 64 (25.39% from 255) = 20.32%
BLUE value IS 64 (25.39% from 255) = 20.32%
R=59.37%
G=20.32%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187646400.660.660.2704949.22
HexBB4040042421B03131
Octal27310010001021023306161
Binary1011101110000001000000010000101000010110110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb4040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb4040; }

 p { color: rgb(187,64,64); }

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

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

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

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

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

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

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