#BD553E

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

Shades of Grenadier #BD553E

Tints of Grenadier #BD553E

Color information

#BD553E (or 0xBD553E) is unknown color: approx Grenadier. HEX triplet: BD, 55 and 3E. RGB value is (189,85,62). Sum of RGB (Red+Green+Blue) = 189+85+62=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 62 (24.61% from 255 or 18.45% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD553E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD553E is #42AAC1. Grayscale: #717171. Windows color (decimal): -4369090 or 4085181. OLE color: 4085181.

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

Color convert

RGB1898562-
CMYK00.550.670.26
HSL10.87º50.6%49.22%-
HSV(B)10.87º67.2%74.12%-
XYZ25.117.666.64-
YUV113.4798.96181.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.25%
GREEN value IS 85 (33.59% from 255) = 25.30%
BLUE value IS 62 (24.61% from 255) = 18.45%
R=56.25%
G=25.30%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189856200.550.670.2610.8750.649.22
HexBD553E037431Ab3331
Octal2751257606710332136361
Binary10111101101010111111001101111000011110101011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD553E; }

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

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

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

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

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

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

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

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