#BB4A2A

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

Shades of Grenadier #BB4A2A

Tints of Grenadier #BB4A2A

Color information

#BB4A2A (or 0xBB4A2A) is unknown color: approx Grenadier. HEX triplet: BB, 4A and 2A. RGB value is (187,74,42). Sum of RGB (Red+Green+Blue) = 187+74+42=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 74 (29.30% from 255 or 24.42% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4A2A is #44B5D5. Grayscale: #686868. Windows color (decimal): -4502998 or 2771643. OLE color: 2771643.

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

Color convert

RGB1877442-
CMYK00.600.780.27
HSL13.24º63.32%44.9%-
HSV(B)13.24º77.54%73.33%-
XYZ23.3615.633.98-
YUV104.1492.94187.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.72%
GREEN value IS 74 (29.30% from 255) = 24.42%
BLUE value IS 42 (16.80% from 255) = 13.86%
R=61.72%
G=24.42%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187744200.600.780.2713.2463.3244.9
HexBB4A2A03C4E1Bd3f2d
Octal2731125207411633157755
Binary10111011100101010101001111001001110110111101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4A2A; }

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

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

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

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

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

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

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

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