#BB4843

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

Shades of Chestnut #BB4843

Tints of Chestnut #BB4843

Color information

#BB4843 (or 0xBB4843) is unknown color: approx Chestnut. HEX triplet: BB, 48 and 43. RGB value is (187,72,67). Sum of RGB (Red+Green+Blue) = 187+72+67=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 67 (26.56% from 255 or 20.55% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4843 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4843 is #44B7BC. Grayscale: #696969. Windows color (decimal): -4503485 or 4409531. OLE color: 4409531.

HSL color Cylindrical-coordinate representation of color #BB4843: hue angle of 2.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB4843 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB1877267-
CMYK00.610.640.27
HSL2.5º47.24%49.8%-
HSV(B)2.5º64.17%73.33%-
XYZ23.8215.67.07-
YUV105.82106.1185.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.36%
GREEN value IS 72 (28.52% from 255) = 22.09%
BLUE value IS 67 (26.56% from 255) = 20.55%
R=57.36%
G=22.09%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187726700.610.640.272.547.2449.8
HexBB484303D401B32f32
Octal2731101030751003335762
Binary1011101110010001000011011110110000001101111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4843; }

 p { color: rgb(187,72,67); }

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

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

 a { background-color: rgb(187,72,67); }

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

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

 span { border-color: rgb(187,72,67); }

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