#BB4848

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

Shades of Chestnut #BB4848

Tints of Chestnut #BB4848

Color information

#BB4848 (or 0xBB4848) is unknown color: approx Chestnut. HEX triplet: BB, 48 and 48. RGB value is (187,72,72). Sum of RGB (Red+Green+Blue) = 187+72+72=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4848 is #44B7B7. Grayscale: #6A6A6A. Windows color (decimal): -4503480 or 4737211. OLE color: 4737211.

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

Color convert

RGB1877272-
CMYK00.610.610.27
HSL45.82%50.78%-
HSV(B)61.5%73.33%-
XYZ23.9815.677.89-
YUV106.38108.6185.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.50%
GREEN value IS 72 (28.52% from 255) = 21.75%
BLUE value IS 72 (28.52% from 255) = 21.75%
R=56.50%
G=21.75%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187727200.610.610.27045.8250.78
HexBB484803D3D1B02e33
Octal273110110075753305663
Binary10111011100100010010000111101111101110110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4848; }

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

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

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

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

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

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

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

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