#BD553D

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

Shades of Grenadier #BD553D

Tints of Grenadier #BD553D

Color information

#BD553D (or 0xBD553D) is unknown color: approx Grenadier. HEX triplet: BD, 55 and 3D. RGB value is (189,85,61). Sum of RGB (Red+Green+Blue) = 189+85+61=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD553D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD553D is #42AAC2. Grayscale: #717171. Windows color (decimal): -4369091 or 4019645. OLE color: 4019645.

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

Color convert

RGB1898561-
CMYK00.550.680.26
HSL11.25º51.2%49.02%-
HSV(B)11.25º67.72%74.12%-
XYZ25.0817.656.5-
YUV113.3698.46181.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.42%
GREEN value IS 85 (33.59% from 255) = 25.37%
BLUE value IS 61 (24.22% from 255) = 18.21%
R=56.42%
G=25.37%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189856100.550.680.2611.2551.249.02
HexBD553D037441Ab3331
Octal2751257506710432136361
Binary10111101101010111110101101111000100110101011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD553D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD553D; }

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

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

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

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

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

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

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

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