#BB4646

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

Shades of Chestnut #BB4646

Tints of Chestnut #BB4646

Color information

#BB4646 (or 0xBB4646) is unknown color: approx Chestnut. HEX triplet: BB, 46 and 46. RGB value is (187,70,70). Sum of RGB (Red+Green+Blue) = 187+70+70=327 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.19% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4646 is #44B9B9. Grayscale: #696969. Windows color (decimal): -4503994 or 4605627. OLE color: 4605627.

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

Color convert

RGB1877070-
CMYK00.630.630.27
HSL46.25%50.39%-
HSV(B)62.57%73.33%-
XYZ23.7915.397.51-
YUV104.98108.26186.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.19%
GREEN value IS 70 (27.73% from 255) = 21.41%
BLUE value IS 70 (27.73% from 255) = 21.41%
R=57.19%
G=21.41%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187707000.630.630.27046.2550.39
HexBB464603F3F1B02e32
Octal273106106077773305662
Binary10111011100011010001100111111111111110110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4646; }

 p { color: rgb(187,70,70); }

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

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

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

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

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

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

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