#BB4C41

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

Shades of Chestnut #BB4C41

Tints of Chestnut #BB4C41

Color information

#BB4C41 (or 0xBB4C41) is unknown color: approx Chestnut. HEX triplet: BB, 4C and 41. RGB value is (187,76,65). Sum of RGB (Red+Green+Blue) = 187+76+65=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4C41 is #44B3BE. Grayscale: #6C6C6C. Windows color (decimal): -4502463 or 4279483. OLE color: 4279483.

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

Color convert

RGB1877665-
CMYK00.590.650.27
HSL5.41º48.41%49.41%-
HSV(B)5.41º65.24%73.33%-
XYZ24.0316.126.84-
YUV107.93103.77184.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.01%
GREEN value IS 76 (30.08% from 255) = 23.17%
BLUE value IS 65 (25.78% from 255) = 19.82%
R=57.01%
G=23.17%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187766500.590.650.275.4148.4149.41
HexBB4C4103B411B53031
Octal2731141010731013356061
Binary10111011100110010000010111011100000111011101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4C41; }

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

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

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

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

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

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

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

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