#BF533F

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

Shades of Grenadier #BF533F

Tints of Grenadier #BF533F

Color information

#BF533F (or 0xBF533F) is unknown color: approx Grenadier. HEX triplet: BF, 53 and 3F. RGB value is (191,83,63). Sum of RGB (Red+Green+Blue) = 191+83+63=337 (44% of max value = 765). Red value is 191 (75% from 255 or 56.68% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 191 - color contains mainly: red. Hex color #BF533F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF533F is #40ACC0. Grayscale: #717171. Windows color (decimal): -4238529 or 4150207. OLE color: 4150207.

HSL color Cylindrical-coordinate representation of color #BF533F: hue angle of 9.38º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF533F is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB1918363-
CMYK00.570.670.25
HSL9.38º50.39%49.8%-
HSV(B)9.38º67.02%74.9%-
XYZ25.4817.626.76-
YUV113.0199.78183.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.68%
GREEN value IS 83 (32.81% from 255) = 24.63%
BLUE value IS 63 (25% from 255) = 18.69%
R=56.68%
G=24.63%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191836300.570.670.259.3850.3949.8
HexBF533F039431993232
Octal2771237707110331116262
Binary10111111101001111111101110011000011110011001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF533F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF533F; }

 p { color: rgb(191,83,63); }

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

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

 a { background-color: rgb(191,83,63); }

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

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

 span { border-color: rgb(191,83,63); }

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