#BB4A34

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

Shades of Grenadier #BB4A34

Tints of Grenadier #BB4A34

Color information

#BB4A34 (or 0xBB4A34) is unknown color: approx Grenadier. HEX triplet: BB, 4A and 34. RGB value is (187,74,52). Sum of RGB (Red+Green+Blue) = 187+74+52=313 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.74% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4A34 is #44B5CB. Grayscale: #696969. Windows color (decimal): -4502988 or 3427003. OLE color: 3427003.

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

Color convert

RGB1877452-
CMYK00.600.720.27
HSL9.78º56.49%46.86%-
HSV(B)9.78º72.19%73.33%-
XYZ23.5615.715.04-
YUV105.2897.94186.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 59.74%
GREEN value IS 74 (29.30% from 255) = 23.64%
BLUE value IS 52 (20.70% from 255) = 16.61%
R=59.74%
G=23.64%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187745200.600.720.279.7856.4946.86
HexBB4A3403C481Ba382f
Octal2731126407411033127057
Binary10111011100101011010001111001001000110111010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4A34; }

 p { color: rgb(187,74,52); }

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

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

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

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

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

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

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