#BD5039

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

Shades of Grenadier #BD5039

Tints of Grenadier #BD5039

Color information

#BD5039 (or 0xBD5039) is unknown color: approx Grenadier. HEX triplet: BD, 50 and 39. RGB value is (189,80,57). Sum of RGB (Red+Green+Blue) = 189+80+57=326 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.98% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 57 (22.66% from 255 or 17.48% from 326); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5039 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5039 is #42AFC6. Grayscale: #6E6E6E. Windows color (decimal): -4370375 or 3756221. OLE color: 3756221.

HSL color Cylindrical-coordinate representation of color #BD5039: hue angle of 10.45º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD5039 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB1898057-
CMYK00.580.700.26
HSL10.45º53.66%48.24%-
HSV(B)10.45º69.84%74.12%-
XYZ24.5916.855.83-
YUV109.9798.11184.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.98%
GREEN value IS 80 (31.64% from 255) = 24.54%
BLUE value IS 57 (22.66% from 255) = 17.48%
R=57.98%
G=24.54%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189805700.580.700.2610.4553.6648.24
HexBD503903A461Aa3630
Octal2751207107210632126660
Binary10111101101000011100101110101000110110101010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5039; }

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

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

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

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

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

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

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

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