#BD4533

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

Shades of Grenadier #BD4533

Tints of Grenadier #BD4533

Color information

#BD4533 (or 0xBD4533) is unknown color: approx Grenadier. HEX triplet: BD, 45 and 33. RGB value is (189,69,51). Sum of RGB (Red+Green+Blue) = 189+69+51=309 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.17% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4533 is #42BACC. Grayscale: #676767. Windows color (decimal): -4373197 or 3360189. OLE color: 3360189.

HSL color Cylindrical-coordinate representation of color #BD4533: hue angle of 7.83º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD4533 is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB1896951-
CMYK00.630.730.26
HSL7.83º57.5%47.06%-
HSV(B)7.83º73.02%74.12%-
XYZ23.7115.314.84-
YUV102.8398.76189.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.17%
GREEN value IS 69 (27.34% from 255) = 22.33%
BLUE value IS 51 (20.31% from 255) = 16.50%
R=61.17%
G=22.33%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189695100.630.730.267.8357.547.06
HexBD453303F491A83a2f
Octal2751056307711132107257
Binary10111101100010111001101111111001001110101000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4533; }

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

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

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

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

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

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

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

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