#BF9562

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

Shades of Fallow #BF9562

Tints of Fallow #BF9562

Color information

#BF9562 (or 0xBF9562) is unknown color: approx Fallow. HEX triplet: BF, 95 and 62. RGB value is (191,149,98). Sum of RGB (Red+Green+Blue) = 191+149+98=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 98 (38.67% from 255 or 22.37% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9562 is #406A9D. Grayscale: #9B9B9B. Windows color (decimal): -4221598 or 6460863. OLE color: 6460863.

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

Color convert

RGB19114998-
CMYK00.220.490.25
HSL32.9º42.08%56.67%-
HSV(B)32.9º48.69%74.9%-
XYZ34.4433.4516.2-
YUV155.7495.41153.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.61%
GREEN value IS 149 (58.59% from 255) = 34.02%
BLUE value IS 98 (38.67% from 255) = 22.37%
R=43.61%
G=34.02%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911499800.220.490.2532.942.0856.67
HexBF95620163119212a39
Octal2772251420266131415271
Binary1011111110010101110001001011011000111001100001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9562; }

 p { color: rgb(191,149,98); }

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

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

 a { background-color: rgb(191,149,98); }

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

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

 span { border-color: rgb(191,149,98); }

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