#bd543b

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

Shades of Grenadier #BD543B

Tints of Grenadier #BD543B

Color information

#BD543B (or 0xBD543B) is unknown color: approx Grenadier. HEX triplet: BD, 54 and 3B. RGB value is (189,84,59). Sum of RGB (Red+Green+Blue) = 189+84+59=332 (43% of max value = 765). Red value is 189 (74.22% from 255 or 56.93% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 189 - color contains mainly: red. Hex color #BD543B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD543B is #42ABC4. Grayscale: #707070. Windows color (decimal): -4369349 or 3888317. OLE color: 3888317.

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

Color convert

RGB1898459-
CMYK00.560.690.26
HSL11.54º52.42%48.63%-
HSV(B)11.54º68.78%74.12%-
XYZ24.9517.486.2-
YUV112.5497.79182.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.93%
GREEN value IS 84 (33.20% from 255) = 25.30%
BLUE value IS 59 (23.44% from 255) = 17.77%
R=56.93%
G=25.30%
B=17.77%

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
Decimal189845900.560.690.2611.5452.4248.63
HexBD543B038451Ac3431
Octal2751247307010532146461
Binary10111101101010011101101110001000101110101100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd543b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd543b; }

 p { color: rgb(189,84,59); }

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

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

 a { background-color: rgb(189,84,59); }

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

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

 span { border-color: rgb(189,84,59); }

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