#bb5141

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

Shades of Chestnut #BB5141

Tints of Chestnut #BB5141

Color information

#BB5141 (or 0xBB5141) is unknown color: approx Chestnut. HEX triplet: BB, 51 and 41. RGB value is (187,81,65). Sum of RGB (Red+Green+Blue) = 187+81+65=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 81 (32.03% from 255 or 24.32% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5141 is #44AEBE. Grayscale: #6F6F6F. Windows color (decimal): -4501183 or 4280763. OLE color: 4280763.

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

Color convert

RGB1878165-
CMYK00.570.650.27
HSL7.87º48.41%49.41%-
HSV(B)7.87º65.24%73.33%-
XYZ24.3916.836.96-
YUV110.87102.12182.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.16%
GREEN value IS 81 (32.03% from 255) = 24.32%
BLUE value IS 65 (25.78% from 255) = 19.52%
R=56.16%
G=24.32%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187816500.570.650.277.8748.4149.41
HexBB5141039411B83031
Octal27312110107110133106061
Binary101110111010001100000101110011000001110111000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb5141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb5141; }

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

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

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

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

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

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

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

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