#B99767

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

Shades of Fallow #B99767

Tints of Fallow #B99767

Color information

#B99767 (or 0xB99767) is unknown color: approx Fallow. HEX triplet: B9, 97 and 67. RGB value is (185,151,103). Sum of RGB (Red+Green+Blue) = 185+151+103=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 151 (59.38% from 255 or 34.40% from 439); Blue value is 103 (40.62% from 255 or 23.46% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B99767 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99767 is #466898. Grayscale: #9B9B9B. Windows color (decimal): -4614297 or 6789049. OLE color: 6789049.

HSL color Cylindrical-coordinate representation of color #B99767: hue angle of 35.12º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B99767 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB185151103-
CMYK00.180.440.27
HSL35.12º36.94%56.47%-
HSV(B)35.12º44.32%72.55%-
XYZ33.5233.4317.52-
YUV155.6998.26148.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.14%
GREEN value IS 151 (59.38% from 255) = 34.40%
BLUE value IS 103 (40.62% from 255) = 23.46%
R=42.14%
G=34.40%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515110300.180.440.2735.1236.9456.47
HexB997670122C1B232538
Octal2712271470225433434570
Binary1011100110010111110011101001010110011011100011100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99767; }

 p { color: rgb(185,151,103); }

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

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

 a { background-color: rgb(185,151,103); }

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

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

 span { border-color: rgb(185,151,103); }

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