#BF573A

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

Shades of Grenadier #BF573A

Tints of Grenadier #BF573A

Color information

#BF573A (or 0xBF573A) is unknown color: approx Grenadier. HEX triplet: BF, 57 and 3A. RGB value is (191,87,58). Sum of RGB (Red+Green+Blue) = 191+87+58=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF573A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF573A is #40A8C5. Grayscale: #737373. Windows color (decimal): -4237510 or 3823551. OLE color: 3823551.

HSL color Cylindrical-coordinate representation of color #BF573A: hue angle of 13.08º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF573A is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB1918758-
CMYK00.540.700.25
HSL13.08º53.41%48.82%-
HSV(B)13.08º69.63%74.9%-
XYZ25.6618.26.16-
YUV114.7995.96182.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.85%
GREEN value IS 87 (34.38% from 255) = 25.89%
BLUE value IS 58 (23.05% from 255) = 17.26%
R=56.85%
G=25.89%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191875800.540.700.2513.0853.4148.82
HexBF573A0364619d3531
Octal2771277206610631156561
Binary10111111101011111101001101101000110110011101110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF573A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF573A; }

 p { color: rgb(191,87,58); }

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

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

 a { background-color: rgb(191,87,58); }

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

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

 span { border-color: rgb(191,87,58); }

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