#B99E72

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

Shades of Fallow #B99E72

Tints of Fallow #B99E72

Color information

#B99E72 (or 0xB99E72) is unknown color: approx Fallow. HEX triplet: B9, 9E and 72. RGB value is (185,158,114). Sum of RGB (Red+Green+Blue) = 185+158+114=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 158 (62.11% from 255 or 34.57% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99E72 is #46618D. Grayscale: #A1A1A1. Windows color (decimal): -4612494 or 7511737. OLE color: 7511737.

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

Color convert

RGB185158114-
CMYK00.150.380.27
HSL37.18º33.65%58.63%-
HSV(B)37.18º38.38%72.55%-
XYZ35.2735.9821.01-
YUV161.06101.45145.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.48%
GREEN value IS 158 (62.11% from 255) = 34.57%
BLUE value IS 114 (44.92% from 255) = 24.95%
R=40.48%
G=34.57%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515811400.150.380.2737.1833.6558.63
HexB99E720F261B25223b
Octal2712361620174633454273
Binary101110011001111011100100111110011011011100101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99E72; }

 p { color: rgb(185,158,114); }

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

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

 a { background-color: rgb(185,158,114); }

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

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

 span { border-color: rgb(185,158,114); }

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