#BB452E

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

Shades of Grenadier #BB452E

Tints of Grenadier #BB452E

Color information

#BB452E (or 0xBB452E) is unknown color: approx Grenadier. HEX triplet: BB, 45 and 2E. RGB value is (187,69,46). Sum of RGB (Red+Green+Blue) = 187+69+46=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB452E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB452E is #44BAD1. Grayscale: #656565. Windows color (decimal): -4504274 or 3032507. OLE color: 3032507.

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

Color convert

RGB1876946-
CMYK00.630.750.27
HSL9.79º60.52%45.69%-
HSV(B)9.79º75.4%73.33%-
XYZ23.1115.024.27-
YUV101.6696.59188.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.92%
GREEN value IS 69 (27.34% from 255) = 22.85%
BLUE value IS 46 (18.36% from 255) = 15.23%
R=61.92%
G=22.85%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187694600.630.750.279.7960.5245.69
HexBB452E03F4B1Ba3d2e
Octal2731055607711333127556
Binary10111011100010110111001111111001011110111010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB452E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB452E; }

 p { color: rgb(187,69,46); }

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

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

 a { background-color: rgb(187,69,46); }

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

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

 span { border-color: rgb(187,69,46); }

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