#BB4741

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

Shades of Chestnut #BB4741

Tints of Chestnut #BB4741

Color information

#BB4741 (or 0xBB4741) is unknown color: approx Chestnut. HEX triplet: BB, 47 and 41. RGB value is (187,71,65). Sum of RGB (Red+Green+Blue) = 187+71+65=323 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.89% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4741 is #44B8BE. Grayscale: #696969. Windows color (decimal): -4503743 or 4278203. OLE color: 4278203.

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

Color convert

RGB1877165-
CMYK00.620.650.27
HSL2.95º48.41%49.41%-
HSV(B)2.95º65.24%73.33%-
XYZ23.715.456.73-
YUV105105.43186.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.89%
GREEN value IS 71 (28.12% from 255) = 21.98%
BLUE value IS 65 (25.78% from 255) = 20.12%
R=57.89%
G=21.98%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187716500.620.650.272.9548.4149.41
HexBB474103E411B33031
Octal2731071010761013336061
Binary1011101110001111000001011111010000011101111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4741; }

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

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

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

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

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

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

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

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