#b99168

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

Shades of Fallow #B99168

Tints of Fallow #B99168

Color information

#B99168 (or 0xB99168) is unknown color: approx Fallow. HEX triplet: B9, 91 and 68. RGB value is (185,145,104). Sum of RGB (Red+Green+Blue) = 185+145+104=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 104 (41.02% from 255 or 23.96% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B99168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99168 is #466E97. Grayscale: #989898. Windows color (decimal): -4615832 or 6853049. OLE color: 6853049.

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

Color convert

RGB185145104-
CMYK00.220.440.27
HSL30.37º36.65%56.67%-
HSV(B)30.37º43.78%72.55%-
XYZ32.6331.5617.47-
YUV152.29100.75151.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.63%
GREEN value IS 145 (57.03% from 255) = 33.41%
BLUE value IS 104 (41.02% from 255) = 23.96%
R=42.63%
G=33.41%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514510400.220.440.2730.3736.6556.67
HexB991680162C1B1e2539
Octal2712211500265433364571
Binary101110011001000111010000101101011001101111110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b99168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b99168; }

 p { color: rgb(185,145,104); }

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

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

 a { background-color: rgb(185,145,104); }

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

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

 span { border-color: rgb(185,145,104); }

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