#BD503D

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

Shades of Grenadier #BD503D

Tints of Grenadier #BD503D

Color information

#BD503D (or 0xBD503D) is unknown color: approx Grenadier. HEX triplet: BD, 50 and 3D. RGB value is (189,80,61). Sum of RGB (Red+Green+Blue) = 189+80+61=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD503D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD503D is #42AFC2. Grayscale: #6E6E6E. Windows color (decimal): -4370371 or 4018365. OLE color: 4018365.

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

Color convert

RGB1898061-
CMYK00.580.680.26
HSL8.91º51.2%49.02%-
HSV(B)8.91º67.72%74.12%-
XYZ24.716.896.37-
YUV110.42100.11184.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.27%
GREEN value IS 80 (31.64% from 255) = 24.24%
BLUE value IS 61 (24.22% from 255) = 18.48%
R=57.27%
G=24.24%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189806100.580.680.268.9151.249.02
HexBD503D03A441A93331
Octal2751207507210432116361
Binary10111101101000011110101110101000100110101001110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD503D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD503D; }

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

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

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

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

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

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

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

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