#BD503E

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

Shades of Grenadier #BD503E

Tints of Grenadier #BD503E

Color information

#BD503E (or 0xBD503E) is unknown color: approx Grenadier. HEX triplet: BD, 50 and 3E. RGB value is (189,80,62). Sum of RGB (Red+Green+Blue) = 189+80+62=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD503E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD503E is #42AFC1. Grayscale: #6E6E6E. Windows color (decimal): -4370370 or 4083901. OLE color: 4083901.

HSL color Cylindrical-coordinate representation of color #BD503E: hue angle of 8.5º 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 #BD503E is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB1898062-
CMYK00.580.670.26
HSL8.5º50.6%49.22%-
HSV(B)8.5º67.2%74.12%-
XYZ24.7216.96.52-
YUV110.54100.61183.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.10%
GREEN value IS 80 (31.64% from 255) = 24.17%
BLUE value IS 62 (24.61% from 255) = 18.73%
R=57.10%
G=24.17%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189806200.580.670.268.550.649.22
HexBD503E03A431A93331
Octal2751207607210332116361
Binary10111101101000011111001110101000011110101001110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD503E; }

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

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

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

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

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

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

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

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