#BF966B

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

Shades of Fallow #BF966B

Tints of Fallow #BF966B

Color information

#BF966B (or 0xBF966B) is unknown color: approx Fallow. HEX triplet: BF, 96 and 6B. RGB value is (191,150,107). Sum of RGB (Red+Green+Blue) = 191+150+107=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 107 (42.19% from 255 or 23.88% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BF966B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF966B is #406994. Grayscale: #9D9D9D. Windows color (decimal): -4221333 or 7050943. OLE color: 7050943.

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

Color convert

RGB191150107-
CMYK00.210.440.25
HSL30.71º39.62%58.43%-
HSV(B)30.71º43.98%74.9%-
XYZ35.0533.9518.62-
YUV157.3699.58152-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.63%
GREEN value IS 150 (58.98% from 255) = 33.48%
BLUE value IS 107 (42.19% from 255) = 23.88%
R=42.63%
G=33.48%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115010700.210.440.2530.7139.6258.43
HexBF966B0152C191f283a
Octal2772261530255431375072
Binary101111111001011011010110101011011001100111111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF966B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF966B; }

 p { color: rgb(191,150,107); }

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

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

 a { background-color: rgb(191,150,107); }

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

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

 span { border-color: rgb(191,150,107); }

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