#BB4D45

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

Shades of Chestnut #BB4D45

Tints of Chestnut #BB4D45

Color information

#BB4D45 (or 0xBB4D45) is unknown color: approx Chestnut. HEX triplet: BB, 4D and 45. RGB value is (187,77,69). Sum of RGB (Red+Green+Blue) = 187+77+69=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB4D45 is #44B2BA. Grayscale: #6D6D6D. Windows color (decimal): -4502203 or 4541883. OLE color: 4541883.

HSL color Cylindrical-coordinate representation of color #BB4D45: hue angle of 4.07º 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 #BB4D45 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB1877769-
CMYK00.590.630.27
HSL4.07º46.46%50.2%-
HSV(B)4.07º63.1%73.33%-
XYZ24.2216.37.5-
YUV108.98105.44183.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.16%
GREEN value IS 77 (30.47% from 255) = 23.12%
BLUE value IS 69 (27.34% from 255) = 20.72%
R=56.16%
G=23.12%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187776900.590.630.274.0746.4650.2
HexBB4D4503B3F1B42e32
Octal273115105073773345662
Binary1011101110011011000101011101111111111011100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4D45; }

 p { color: rgb(187,77,69); }

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

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

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

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

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

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

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