#BF9263

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

Shades of Fallow #BF9263

Tints of Fallow #BF9263

Color information

#BF9263 (or 0xBF9263) is unknown color: approx Fallow. HEX triplet: BF, 92 and 63. RGB value is (191,146,99). Sum of RGB (Red+Green+Blue) = 191+146+99=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 99 (39.06% from 255 or 22.71% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9263 is #406D9C. Grayscale: #9A9A9A. Windows color (decimal): -4222365 or 6525631. OLE color: 6525631.

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

Color convert

RGB19114699-
CMYK00.240.480.25
HSL30.65º41.82%56.86%-
HSV(B)30.65º48.17%74.9%-
XYZ34.0232.5316.29-
YUV154.196.91154.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.81%
GREEN value IS 146 (57.42% from 255) = 33.49%
BLUE value IS 99 (39.06% from 255) = 22.71%
R=43.81%
G=33.49%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911469900.240.480.2530.6541.8256.86
HexBF926301830191f2a39
Octal2772221430306031375271
Binary101111111001001011000110110001100001100111111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9263; }

 p { color: rgb(191,146,99); }

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

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

 a { background-color: rgb(191,146,99); }

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

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

 span { border-color: rgb(191,146,99); }

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