#BD4639

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

Shades of Grenadier #BD4639

Tints of Grenadier #BD4639

Color information

#BD4639 (or 0xBD4639) is unknown color: approx Grenadier. HEX triplet: BD, 46 and 39. RGB value is (189,70,57). Sum of RGB (Red+Green+Blue) = 189+70+57=316 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.81% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 57 (22.66% from 255 or 18.04% from 316); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4639 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4639 is #42B9C6. Grayscale: #686868. Windows color (decimal): -4372935 or 3753661. OLE color: 3753661.

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

Color convert

RGB1897057-
CMYK00.630.700.26
HSL5.91º53.66%48.24%-
HSV(B)5.91º69.84%74.12%-
XYZ23.9115.495.6-
YUV104.1101.42188.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 59.81%
GREEN value IS 70 (27.73% from 255) = 22.15%
BLUE value IS 57 (22.66% from 255) = 18.04%
R=59.81%
G=22.15%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189705700.630.700.265.9153.6648.24
HexBD463903F461A63630
Octal275106710771063266660
Binary1011110110001101110010111111100011011010110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4639; }

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

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

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

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

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

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

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

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