#BB4433

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

Shades of Grenadier #BB4433

Tints of Grenadier #BB4433

Color information

#BB4433 (or 0xBB4433) is unknown color: approx Grenadier. HEX triplet: BB, 44 and 33. RGB value is (187,68,51). Sum of RGB (Red+Green+Blue) = 187+68+51=306 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.11% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4433 is #44BBCC. Grayscale: #656565. Windows color (decimal): -4504525 or 3359931. OLE color: 3359931.

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

Color convert

RGB1876851-
CMYK00.640.730.27
HSL7.5º57.14%46.67%-
HSV(B)7.5º72.73%73.33%-
XYZ23.1614.944.79-
YUV101.6499.42188.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.11%
GREEN value IS 68 (26.95% from 255) = 22.22%
BLUE value IS 51 (20.31% from 255) = 16.67%
R=61.11%
G=22.22%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187685100.640.730.277.557.1446.67
HexBB4433040491B8392f
Octal27310463010011133107157
Binary101110111000100110011010000001001001110111000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4433; }

 p { color: rgb(187,68,51); }

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

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

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

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

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

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

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