#BFA066

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

Shades of Fallow #BFA066

Tints of Fallow #BFA066

Color information

#BFA066 (or 0xBFA066) is unknown color: approx Fallow. HEX triplet: BF, A0 and 66. RGB value is (191,160,102). Sum of RGB (Red+Green+Blue) = 191+160+102=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 102 (40.23% from 255 or 22.52% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA066 is #405F99. Grayscale: #A2A2A2. Windows color (decimal): -4218778 or 6725823. OLE color: 6725823.

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

Color convert

RGB191160102-
CMYK00.160.470.25
HSL39.1º41.01%57.45%-
HSV(B)39.1º46.6%74.9%-
XYZ36.4537.1817.82-
YUV162.6693.77148.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.16%
GREEN value IS 160 (62.89% from 255) = 35.32%
BLUE value IS 102 (40.23% from 255) = 22.52%
R=42.16%
G=35.32%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116010200.160.470.2539.141.0157.45
HexBFA0660102F19272939
Octal2772401460205731475171
Binary1011111110100000110011001000010111111001100111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA066; }

 p { color: rgb(191,160,102); }

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

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

 a { background-color: rgb(191,160,102); }

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

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

 span { border-color: rgb(191,160,102); }

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