#bb523e

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

Shades of Grenadier #BB523E

Tints of Grenadier #BB523E

Color information

#BB523E (or 0xBB523E) is unknown color: approx Grenadier. HEX triplet: BB, 52 and 3E. RGB value is (187,82,62). Sum of RGB (Red+Green+Blue) = 187+82+62=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB523E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB523E is #44ADC1. Grayscale: #6F6F6F. Windows color (decimal): -4500930 or 4084411. OLE color: 4084411.

HSL color Cylindrical-coordinate representation of color #BB523E: hue angle of 9.6º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB523E is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB1878262-
CMYK00.560.670.27
HSL9.6º50.2%48.82%-
HSV(B)9.6º66.84%73.33%-
XYZ24.3816.956.54-
YUV111.12100.29182.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.50%
GREEN value IS 82 (32.42% from 255) = 24.77%
BLUE value IS 62 (24.61% from 255) = 18.73%
R=56.50%
G=24.77%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187826200.560.670.279.650.248.82
HexBB523E038431Ba3231
Octal2731227607010333126261
Binary10111011101001011111001110001000011110111010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb523e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb523e; }

 p { color: rgb(187,82,62); }

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

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

 a { background-color: rgb(187,82,62); }

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

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

 span { border-color: rgb(187,82,62); }

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