#BD4539

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

Shades of Grenadier #BD4539

Tints of Grenadier #BD4539

Color information

#BD4539 (or 0xBD4539) is unknown color: approx Grenadier. HEX triplet: BD, 45 and 39. RGB value is (189,69,57). Sum of RGB (Red+Green+Blue) = 189+69+57=315 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4539 is #42BAC6. Grayscale: #676767. Windows color (decimal): -4373191 or 3753405. OLE color: 3753405.

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

Color convert

RGB1896957-
CMYK00.630.700.26
HSL5.45º53.66%48.24%-
HSV(B)5.45º69.84%74.12%-
XYZ23.8515.375.58-
YUV103.51101.76188.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 60%
GREEN value IS 69 (27.34% from 255) = 21.90%
BLUE value IS 57 (22.66% from 255) = 18.10%
R=60%
G=21.90%
B=18.10%

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
Decimal189695700.630.700.265.4553.6648.24
HexBD453903F461A53630
Octal275105710771063256660
Binary1011110110001011110010111111100011011010101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4539; }

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

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

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

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

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

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

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

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