#BD4530

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

Shades of Grenadier #BD4530

Tints of Grenadier #BD4530

Color information

#BD4530 (or 0xBD4530) is unknown color: approx Grenadier. HEX triplet: BD, 45 and 30. RGB value is (189,69,48). Sum of RGB (Red+Green+Blue) = 189+69+48=306 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.76% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 48 (19.14% from 255 or 15.69% from 306); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4530 is #42BACF. Grayscale: #666666. Windows color (decimal): -4373200 or 3163581. OLE color: 3163581.

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

Color convert

RGB1896948-
CMYK00.630.750.26
HSL8.94º59.49%46.47%-
HSV(B)8.94º74.6%74.12%-
XYZ23.6515.294.5-
YUV102.4997.26189.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.76%
GREEN value IS 69 (27.34% from 255) = 22.55%
BLUE value IS 48 (19.14% from 255) = 15.69%
R=61.76%
G=22.55%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189694800.630.750.268.9459.4946.47
HexBD453003F4B1A93b2e
Octal2751056007711332117356
Binary10111101100010111000001111111001011110101001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4530; }

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

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

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

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

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

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

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

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