#BB4331

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

Shades of Grenadier #BB4331

Tints of Grenadier #BB4331

Color information

#BB4331 (or 0xBB4331) is unknown color: approx Grenadier. HEX triplet: BB, 43 and 31. RGB value is (187,67,49). Sum of RGB (Red+Green+Blue) = 187+67+49=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4331 is #44BCCE. Grayscale: #656565. Windows color (decimal): -4504783 or 3228603. OLE color: 3228603.

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

Color convert

RGB1876749-
CMYK00.640.740.27
HSL7.83º58.47%46.27%-
HSV(B)7.83º73.8%73.33%-
XYZ23.0614.84.55-
YUV100.8398.76189.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.72%
GREEN value IS 67 (26.56% from 255) = 22.11%
BLUE value IS 49 (19.53% from 255) = 16.17%
R=61.72%
G=22.11%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187674900.640.740.277.8358.4746.27
HexBB43310404A1B83a2e
Octal27310361010011233107256
Binary101110111000011110001010000001001010110111000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4331; }

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

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

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

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

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

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

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

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