#BD513D

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

Shades of Grenadier #BD513D

Tints of Grenadier #BD513D

Color information

#BD513D (or 0xBD513D) is unknown color: approx Grenadier. HEX triplet: BD, 51 and 3D. RGB value is (189,81,61). Sum of RGB (Red+Green+Blue) = 189+81+61=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD513D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD513D is #42AEC2. Grayscale: #6F6F6F. Windows color (decimal): -4370115 or 4018621. OLE color: 4018621.

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

Color convert

RGB1898161-
CMYK00.570.680.26
HSL9.38º51.2%49.02%-
HSV(B)9.38º67.72%74.12%-
XYZ24.7717.046.4-
YUV111.0199.78183.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.10%
GREEN value IS 81 (32.03% from 255) = 24.47%
BLUE value IS 61 (24.22% from 255) = 18.43%
R=57.10%
G=24.47%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189816100.570.680.269.3851.249.02
HexBD513D039441A93331
Octal2751217507110432116361
Binary10111101101000111110101110011000100110101001110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD513D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD513D; }

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

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

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

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

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

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

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

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