#BD5535

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

Shades of Grenadier #BD5535

Tints of Grenadier #BD5535

Color information

#BD5535 (or 0xBD5535) is unknown color: approx Grenadier. HEX triplet: BD, 55 and 35. RGB value is (189,85,53). Sum of RGB (Red+Green+Blue) = 189+85+53=327 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.80% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 53 (21.09% from 255 or 16.21% from 327); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5535 is #42AACA. Grayscale: #707070. Windows color (decimal): -4369099 or 3495357. OLE color: 3495357.

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

Color convert

RGB1898553-
CMYK00.550.720.26
HSL14.12º56.2%47.45%-
HSV(B)14.12º71.96%74.12%-
XYZ24.8817.575.45-
YUV112.4594.46182.6-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.80%
GREEN value IS 85 (33.59% from 255) = 25.99%
BLUE value IS 53 (21.09% from 255) = 16.21%
R=57.80%
G=25.99%
B=16.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189855300.550.720.2614.1256.247.45
HexBD5535037481Ae382f
Octal2751256506711032167057
Binary10111101101010111010101101111001000110101110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5535; }

 p { color: rgb(189,85,53); }

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

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

 a { background-color: rgb(189,85,53); }

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

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

 span { border-color: rgb(189,85,53); }

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