#BD492E

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

Shades of Grenadier #BD492E

Tints of Grenadier #BD492E

Color information

#BD492E (or 0xBD492E) is unknown color: approx Grenadier. HEX triplet: BD, 49 and 2E. RGB value is (189,73,46). Sum of RGB (Red+Green+Blue) = 189+73+46=308 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.36% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 189 - color contains mainly: red. Hex color #BD492E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD492E is #42B6D1. Grayscale: #686868. Windows color (decimal): -4372178 or 3033533. OLE color: 3033533.

HSL color Cylindrical-coordinate representation of color #BD492E: hue angle of 11.33º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD492E is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB1897346-
CMYK00.610.760.26
HSL11.33º60.85%46.08%-
HSV(B)11.33º75.66%74.12%-
XYZ23.8615.784.37-
YUV104.6194.93188.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.36%
GREEN value IS 73 (28.91% from 255) = 23.70%
BLUE value IS 46 (18.36% from 255) = 14.94%
R=61.36%
G=23.70%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189734600.610.760.2611.3360.8546.08
HexBD492E03D4C1Ab3d2e
Octal2751115607511432137556
Binary10111101100100110111001111011001100110101011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD492E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD492E; }

 p { color: rgb(189,73,46); }

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

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

 a { background-color: rgb(189,73,46); }

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

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

 span { border-color: rgb(189,73,46); }

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