#BD4E39

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

Shades of Grenadier #BD4E39

Tints of Grenadier #BD4E39

Color information

#BD4E39 (or 0xBD4E39) is unknown color: approx Grenadier. HEX triplet: BD, 4E and 39. RGB value is (189,78,57). Sum of RGB (Red+Green+Blue) = 189+78+57=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 57 (22.66% from 255 or 17.59% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4E39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD4E39 is #42B1C6. Grayscale: #6C6C6C. Windows color (decimal): -4370887 or 3755709. OLE color: 3755709.

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

Color convert

RGB1897857-
CMYK00.590.700.26
HSL9.55º53.66%48.24%-
HSV(B)9.55º69.84%74.12%-
XYZ24.4516.565.78-
YUV108.898.77185.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.33%
GREEN value IS 78 (30.86% from 255) = 24.07%
BLUE value IS 57 (22.66% from 255) = 17.59%
R=58.33%
G=24.07%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189785700.590.700.269.5553.6648.24
HexBD4E3903B461Aa3630
Octal2751167107310632126660
Binary10111101100111011100101110111000110110101010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4E39; }

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

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

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

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

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

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

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

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