#BB4A41

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

Shades of Chestnut #BB4A41

Tints of Chestnut #BB4A41

Color information

#BB4A41 (or 0xBB4A41) is unknown color: approx Chestnut. HEX triplet: BB, 4A and 41. RGB value is (187,74,65). Sum of RGB (Red+Green+Blue) = 187+74+65=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4A41 is #44B5BE. Grayscale: #6A6A6A. Windows color (decimal): -4502975 or 4278971. OLE color: 4278971.

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

Color convert

RGB1877465-
CMYK00.600.650.27
HSL4.43º48.41%49.41%-
HSV(B)4.43º65.24%73.33%-
XYZ23.915.846.8-
YUV106.76104.44185.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.36%
GREEN value IS 74 (29.30% from 255) = 22.70%
BLUE value IS 65 (25.78% from 255) = 19.94%
R=57.36%
G=22.70%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187746500.600.650.274.4348.4149.41
HexBB4A4103C411B43031
Octal2731121010741013346061
Binary10111011100101010000010111100100000111011100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4A41; }

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

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

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

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

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

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

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

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