#BD543A

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

Shades of Grenadier #BD543A

Tints of Grenadier #BD543A

Color information

#BD543A (or 0xBD543A) is unknown color: approx Grenadier. HEX triplet: BD, 54 and 3A. RGB value is (189,84,58). Sum of RGB (Red+Green+Blue) = 189+84+58=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD543A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD543A is #42ABC5. Grayscale: #707070. Windows color (decimal): -4369350 or 3822781. OLE color: 3822781.

HSL color Cylindrical-coordinate representation of color #BD543A: hue angle of 11.91º 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 #BD543A is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB1898458-
CMYK00.560.690.26
HSL11.91º53.04%48.43%-
HSV(B)11.91º69.31%74.12%-
XYZ24.9217.466.06-
YUV112.4397.29182.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.10%
GREEN value IS 84 (33.20% from 255) = 25.38%
BLUE value IS 58 (23.05% from 255) = 17.52%
R=57.10%
G=25.38%
B=17.52%

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
Decimal189845800.560.690.2611.9153.0448.43
HexBD543A038451Ac3530
Octal2751247207010532146560
Binary10111101101010011101001110001000101110101100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD543A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD543A; }

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

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

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

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

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

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

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

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