#BB4B3A

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

Shades of Grenadier #BB4B3A

Tints of Grenadier #BB4B3A

Color information

#BB4B3A (or 0xBB4B3A) is unknown color: approx Grenadier. HEX triplet: BB, 4B and 3A. RGB value is (187,75,58). Sum of RGB (Red+Green+Blue) = 187+75+58=320 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.44% from 320); Green value is 75 (29.69% from 255 or 23.44% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4B3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4B3A is #44B4C5. Grayscale: #6A6A6A. Windows color (decimal): -4502726 or 3820475. OLE color: 3820475.

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

Color convert

RGB1877558-
CMYK00.600.690.27
HSL7.91º52.65%48.04%-
HSV(B)7.91º68.98%73.33%-
XYZ23.7715.95.82-
YUV106.55100.61185.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 58.44%
GREEN value IS 75 (29.69% from 255) = 23.44%
BLUE value IS 58 (23.05% from 255) = 18.12%
R=58.44%
G=23.44%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187755800.600.690.277.9152.6548.04
HexBB4B3A03C451B83530
Octal2731137207410533106560
Binary10111011100101111101001111001000101110111000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4B3A; }

 p { color: rgb(187,75,58); }

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

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

 a { background-color: rgb(187,75,58); }

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

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

 span { border-color: rgb(187,75,58); }

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