#BB4D34

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

Shades of Grenadier #BB4D34

Tints of Grenadier #BB4D34

Color information

#BB4D34 (or 0xBB4D34) is unknown color: approx Grenadier. HEX triplet: BB, 4D and 34. RGB value is (187,77,52). Sum of RGB (Red+Green+Blue) = 187+77+52=316 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.18% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB4D34 is #44B2CB. Grayscale: #6B6B6B. Windows color (decimal): -4502220 or 3427771. OLE color: 3427771.

HSL color Cylindrical-coordinate representation of color #BB4D34: hue angle of 11.11º 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 #BB4D34 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB1877752-
CMYK00.590.720.27
HSL11.11º56.49%46.86%-
HSV(B)11.11º72.19%73.33%-
XYZ23.7716.125.11-
YUV107.0496.94185.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 59.18%
GREEN value IS 77 (30.47% from 255) = 24.37%
BLUE value IS 52 (20.70% from 255) = 16.46%
R=59.18%
G=24.37%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187775200.590.720.2711.1156.4946.86
HexBB4D3403B481Bb382f
Octal2731156407311033137057
Binary10111011100110111010001110111001000110111011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4D34; }

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

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

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

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

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

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

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

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