#BD5038

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

Shades of Grenadier #BD5038

Tints of Grenadier #BD5038

Color information

#BD5038 (or 0xBD5038) is unknown color: approx Grenadier. HEX triplet: BD, 50 and 38. RGB value is (189,80,56). Sum of RGB (Red+Green+Blue) = 189+80+56=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5038 is #42AFC7. Grayscale: #6E6E6E. Windows color (decimal): -4370376 or 3690685. OLE color: 3690685.

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

Color convert

RGB1898056-
CMYK00.580.700.26
HSL10.83º54.29%48.04%-
HSV(B)10.83º70.37%74.12%-
XYZ24.5716.845.7-
YUV109.8597.61184.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.15%
GREEN value IS 80 (31.64% from 255) = 24.62%
BLUE value IS 56 (22.27% from 255) = 17.23%
R=58.15%
G=24.62%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189805600.580.700.2610.8354.2948.04
HexBD503803A461Ab3630
Octal2751207007210632136660
Binary10111101101000011100001110101000110110101011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5038; }

 p { color: rgb(189,80,56); }

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

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

 a { background-color: rgb(189,80,56); }

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

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

 span { border-color: rgb(189,80,56); }

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