#B99D69

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

Shades of Fallow #B99D69

Tints of Fallow #B99D69

Color information

#B99D69 (or 0xB99D69) is unknown color: approx Fallow. HEX triplet: B9, 9D and 69. RGB value is (185,157,105). Sum of RGB (Red+Green+Blue) = 185+157+105=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 105 (41.41% from 255 or 23.49% from 447); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99D69 is #466296. Grayscale: #9F9F9F. Windows color (decimal): -4612759 or 6921657. OLE color: 6921657.

HSL color Cylindrical-coordinate representation of color #B99D69: hue angle of 39º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B99D69 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB185157105-
CMYK00.150.430.27
HSL39º36.36%56.86%-
HSV(B)39º43.24%72.55%-
XYZ34.6135.4518.38-
YUV159.4497.28146.23-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.39%
GREEN value IS 157 (61.72% from 255) = 35.12%
BLUE value IS 105 (41.41% from 255) = 23.49%
R=41.39%
G=35.12%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515710500.150.430.273936.3656.86
HexB99D690F2B1B272439
Octal2712351510175333474471
Binary101110011001110111010010111110101111011100111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99D69; }

 p { color: rgb(185,157,105); }

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

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

 a { background-color: rgb(185,157,105); }

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

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

 span { border-color: rgb(185,157,105); }

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