#B99271

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

Shades of Fallow #B99271

Tints of Fallow #B99271

Color information

#B99271 (or 0xB99271) is unknown color: approx Fallow. HEX triplet: B9, 92 and 71. RGB value is (185,146,113). Sum of RGB (Red+Green+Blue) = 185+146+113=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 146 (57.42% from 255 or 32.88% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 185 - color contains mainly: red. Hex color #B99271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99271 is #466D8E. Grayscale: #9A9A9A. Windows color (decimal): -4615567 or 7443129. OLE color: 7443129.

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

Color convert

RGB185146113-
CMYK00.210.390.27
HSL27.5º33.96%58.43%-
HSV(B)27.5º38.92%72.55%-
XYZ33.2732.0620.06-
YUV153.9104.92150.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.67%
GREEN value IS 146 (57.42% from 255) = 32.88%
BLUE value IS 113 (44.53% from 255) = 25.45%
R=41.67%
G=32.88%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514611300.210.390.2727.533.9658.43
HexB99271015271B1c223a
Octal2712221610254733344272
Binary101110011001001011100010101011001111101111100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99271; }

 p { color: rgb(185,146,113); }

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

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

 a { background-color: rgb(185,146,113); }

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

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

 span { border-color: rgb(185,146,113); }

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