#BF9262

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

Shades of Fallow #BF9262

Tints of Fallow #BF9262

Color information

#BF9262 (or 0xBF9262) is unknown color: approx Fallow. HEX triplet: BF, 92 and 62. RGB value is (191,146,98). Sum of RGB (Red+Green+Blue) = 191+146+98=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 146 (57.42% from 255 or 33.56% from 435); Blue value is 98 (38.67% from 255 or 22.53% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9262 is #406D9D. Grayscale: #9A9A9A. Windows color (decimal): -4222366 or 6460095. OLE color: 6460095.

HSL color Cylindrical-coordinate representation of color #BF9262: hue angle of 30.97º 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 #BF9262 is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB19114698-
CMYK00.240.490.25
HSL30.97º42.08%56.67%-
HSV(B)30.97º48.69%74.9%-
XYZ33.9732.5216.04-
YUV153.9896.41154.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.91%
GREEN value IS 146 (57.42% from 255) = 33.56%
BLUE value IS 98 (38.67% from 255) = 22.53%
R=43.91%
G=33.56%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911469800.240.490.2530.9742.0856.67
HexBF926201831191f2a39
Octal2772221420306131375271
Binary101111111001001011000100110001100011100111111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9262; }

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

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

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

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

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

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

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

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