#BB4C4A

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

Shades of Chestnut #BB4C4A

Tints of Chestnut #BB4C4A

Color information

#BB4C4A (or 0xBB4C4A) is unknown color: approx Chestnut. HEX triplet: BB, 4C and 4A. RGB value is (187,76,74). Sum of RGB (Red+Green+Blue) = 187+76+74=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4C4A is #44B3B5. Grayscale: #6D6D6D. Windows color (decimal): -4502454 or 4869307. OLE color: 4869307.

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

Color convert

RGB1877674-
CMYK00.590.600.27
HSL1.06º45.38%51.18%-
HSV(B)1.06º60.43%73.33%-
XYZ24.3116.238.33-
YUV108.96108.27183.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.49%
GREEN value IS 76 (30.08% from 255) = 22.55%
BLUE value IS 74 (29.30% from 255) = 21.96%
R=55.49%
G=22.55%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187767400.590.600.271.0645.3851.18
HexBB4C4A03B3C1B12d33
Octal273114112073743315563
Binary10111011100110010010100111011111100110111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4C4A; }

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

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

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

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

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

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

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

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