#B99C74

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

Shades of Fallow #B99C74

Tints of Fallow #B99C74

Color information

#B99C74 (or 0xB99C74) is unknown color: approx Fallow. HEX triplet: B9, 9C and 74. RGB value is (185,156,116). Sum of RGB (Red+Green+Blue) = 185+156+116=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99C74 is #46638B. Grayscale: #A0A0A0. Windows color (decimal): -4613004 or 7642297. OLE color: 7642297.

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

Color convert

RGB185156116-
CMYK00.160.370.27
HSL34.78º33.01%59.02%-
HSV(B)34.78º37.3%72.55%-
XYZ35.0535.3521.5-
YUV160.11103.11145.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.48%
GREEN value IS 156 (61.33% from 255) = 34.14%
BLUE value IS 116 (45.70% from 255) = 25.38%
R=40.48%
G=34.14%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515611600.160.370.2734.7833.0159.02
HexB99C74010251B23213b
Octal2712341640204533434173
Binary1011100110011100111010001000010010111011100011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99C74; }

 p { color: rgb(185,156,116); }

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

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

 a { background-color: rgb(185,156,116); }

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

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

 span { border-color: rgb(185,156,116); }

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