#B9906A

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

Shades of Fallow #B9906A

Tints of Fallow #B9906A

Color information

#B9906A (or 0xB9906A) is unknown color: approx Fallow. HEX triplet: B9, 90 and 6A. RGB value is (185,144,106). Sum of RGB (Red+Green+Blue) = 185+144+106=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 106 (41.80% from 255 or 24.37% from 435); Max value from RGB is 185 - color contains mainly: red. Hex color #B9906A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9906A is #466F95. Grayscale: #989898. Windows color (decimal): -4616086 or 6983865. OLE color: 6983865.

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

Color convert

RGB185144106-
CMYK00.220.430.27
HSL28.86º36.07%57.06%-
HSV(B)28.86º42.7%72.55%-
XYZ32.5831.317.96-
YUV151.93102.08151.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.53%
GREEN value IS 144 (56.64% from 255) = 33.10%
BLUE value IS 106 (41.80% from 255) = 24.37%
R=42.53%
G=33.10%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514410600.220.430.2728.8636.0757.06
HexB9906A0162B1B1d2439
Octal2712201520265333354471
Binary101110011001000011010100101101010111101111101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9906A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9906A; }

 p { color: rgb(185,144,106); }

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

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

 a { background-color: rgb(185,144,106); }

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

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

 span { border-color: rgb(185,144,106); }

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