#BD523E

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

Shades of Grenadier #BD523E

Tints of Grenadier #BD523E

Color information

#BD523E (or 0xBD523E) is unknown color: approx Grenadier. HEX triplet: BD, 52 and 3E. RGB value is (189,82,62). Sum of RGB (Red+Green+Blue) = 189+82+62=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 62 (24.61% from 255 or 18.62% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD523E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD523E is #42ADC1. Grayscale: #6F6F6F. Windows color (decimal): -4369858 or 4084413. OLE color: 4084413.

HSL color Cylindrical-coordinate representation of color #BD523E: hue angle of 9.45º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD523E is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB1898262-
CMYK00.570.670.26
HSL9.45º50.6%49.22%-
HSV(B)9.45º67.2%74.12%-
XYZ24.8717.26.57-
YUV111.7199.95183.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.76%
GREEN value IS 82 (32.42% from 255) = 24.62%
BLUE value IS 62 (24.61% from 255) = 18.62%
R=56.76%
G=24.62%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189826200.570.670.269.4550.649.22
HexBD523E039431A93331
Octal2751227607110332116361
Binary10111101101001011111001110011000011110101001110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD523E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD523E; }

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

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

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

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

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

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

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

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