#BB4228

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

Shades of Grenadier #BB4228

Tints of Grenadier #BB4228

Color information

#BB4228 (or 0xBB4228) is unknown color: approx Grenadier. HEX triplet: BB, 42 and 28. RGB value is (187,66,40). Sum of RGB (Red+Green+Blue) = 187+66+40=293 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.82% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4228 is #44BDD7. Grayscale: #636363. Windows color (decimal): -4505048 or 2638523. OLE color: 2638523.

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

Color convert

RGB1876640-
CMYK00.650.790.27
HSL10.61º64.76%44.51%-
HSV(B)10.61º78.61%73.33%-
XYZ22.8214.613.63-
YUV99.2294.59190.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 63.82%
GREEN value IS 66 (26.17% from 255) = 22.53%
BLUE value IS 40 (16.02% from 255) = 13.65%
R=63.82%
G=22.53%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187664000.650.790.2710.6164.7644.51
HexBB42280414F1Bb412d
Octal273102500101117331310155
Binary1011101110000101010000100000110011111101110111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4228; }

 p { color: rgb(187,66,40); }

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

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

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

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

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

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

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