#BD533A

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

Shades of Grenadier #BD533A

Tints of Grenadier #BD533A

Color information

#BD533A (or 0xBD533A) is unknown color: approx Grenadier. HEX triplet: BD, 53 and 3A. RGB value is (189,83,58). Sum of RGB (Red+Green+Blue) = 189+83+58=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD533A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD533A is #42ACC5. Grayscale: #707070. Windows color (decimal): -4369606 or 3822525. OLE color: 3822525.

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

Color convert

RGB1898358-
CMYK00.560.690.26
HSL11.45º53.04%48.43%-
HSV(B)11.45º69.31%74.12%-
XYZ24.8417.316.03-
YUV111.8497.62183.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.27%
GREEN value IS 83 (32.81% from 255) = 25.15%
BLUE value IS 58 (23.05% from 255) = 17.58%
R=57.27%
G=25.15%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189835800.560.690.2611.4553.0448.43
HexBD533A038451Ab3530
Octal2751237207010532136560
Binary10111101101001111101001110001000101110101011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD533A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD533A; }

 p { color: rgb(189,83,58); }

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

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

 a { background-color: rgb(189,83,58); }

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

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

 span { border-color: rgb(189,83,58); }

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