#BF9267

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

Shades of Fallow #BF9267

Tints of Fallow #BF9267

Color information

#BF9267 (or 0xBF9267) is unknown color: approx Fallow. HEX triplet: BF, 92 and 67. RGB value is (191,146,103). Sum of RGB (Red+Green+Blue) = 191+146+103=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 103 (40.62% from 255 or 23.41% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9267 is #406D98. Grayscale: #9A9A9A. Windows color (decimal): -4222361 or 6787775. OLE color: 6787775.

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

Color convert

RGB191146103-
CMYK00.240.460.25
HSL29.32º40.74%57.65%-
HSV(B)29.32º46.07%74.9%-
XYZ34.2132.6117.32-
YUV154.5598.91154-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.41%
GREEN value IS 146 (57.42% from 255) = 33.18%
BLUE value IS 103 (40.62% from 255) = 23.41%
R=43.41%
G=33.18%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114610300.240.460.2529.3240.7457.65
HexBF92670182E191d293a
Octal2772221470305631355172
Binary101111111001001011001110110001011101100111101101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9267; }

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

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

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

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

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

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

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

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