#BB502F

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

Shades of Grenadier #BB502F

Tints of Grenadier #BB502F

Color information

#BB502F (or 0xBB502F) is unknown color: approx Grenadier. HEX triplet: BB, 50 and 2F. RGB value is (187,80,47). Sum of RGB (Red+Green+Blue) = 187+80+47=314 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.55% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 187 - color contains mainly: red. Hex color #BB502F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB502F is #44AFD0. Grayscale: #6C6C6C. Windows color (decimal): -4501457 or 3100859. OLE color: 3100859.

HSL color Cylindrical-coordinate representation of color #BB502F: hue angle of 14.14º degrees, saturation: 0.6, 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 #BB502F is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB1878047-
CMYK00.570.750.27
HSL14.14º59.83%45.88%-
HSV(B)14.14º74.87%73.33%-
XYZ23.8816.514.62-
YUV108.2393.45184.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 59.55%
GREEN value IS 80 (31.64% from 255) = 25.48%
BLUE value IS 47 (18.75% from 255) = 14.97%
R=59.55%
G=25.48%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187804700.570.750.2714.1459.8345.88
HexBB502F0394B1Be3c2e
Octal2731205707111333167456
Binary10111011101000010111101110011001011110111110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB502F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB502F; }

 p { color: rgb(187,80,47); }

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

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

 a { background-color: rgb(187,80,47); }

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

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

 span { border-color: rgb(187,80,47); }

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