#BF9961

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

Shades of Fallow #BF9961

Tints of Fallow #BF9961

Color information

#BF9961 (or 0xBF9961) is unknown color: approx Fallow. HEX triplet: BF, 99 and 61. RGB value is (191,153,97). Sum of RGB (Red+Green+Blue) = 191+153+97=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 97 (38.28% from 255 or 22.00% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9961 is #40669E. Grayscale: #9E9E9E. Windows color (decimal): -4220575 or 6396351. OLE color: 6396351.

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

Color convert

RGB19115397-
CMYK00.200.490.25
HSL35.74º42.34%56.47%-
HSV(B)35.74º49.21%74.9%-
XYZ35.0334.7216.16-
YUV157.9893.59151.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.31%
GREEN value IS 153 (60.16% from 255) = 34.69%
BLUE value IS 97 (38.28% from 255) = 22.00%
R=43.31%
G=34.69%
B=22.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911539700.200.490.2535.7442.3456.47
HexBF99610143119242a38
Octal2772311410246131445270
Binary1011111110011001110000101010011000111001100100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9961; }

 p { color: rgb(191,153,97); }

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

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

 a { background-color: rgb(191,153,97); }

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

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

 span { border-color: rgb(191,153,97); }

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