#B9916A

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

Shades of Fallow #B9916A

Tints of Fallow #B9916A

Color information

#B9916A (or 0xB9916A) is unknown color: approx Fallow. HEX triplet: B9, 91 and 6A. RGB value is (185,145,106). Sum of RGB (Red+Green+Blue) = 185+145+106=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 145 (57.03% from 255 or 33.26% from 436); Blue value is 106 (41.80% from 255 or 24.31% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B9916A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9916A is #466E95. Grayscale: #989898. Windows color (decimal): -4615830 or 6984121. OLE color: 6984121.

HSL color Cylindrical-coordinate representation of color #B9916A: hue angle of 29.62º 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 #B9916A is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB185145106-
CMYK00.220.430.27
HSL29.62º36.07%57.06%-
HSV(B)29.62º42.7%72.55%-
XYZ32.7331.6118.01-
YUV152.51101.75151.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.43%
GREEN value IS 145 (57.03% from 255) = 33.26%
BLUE value IS 106 (41.80% from 255) = 24.31%
R=42.43%
G=33.26%
B=24.31%

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
Decimal18514510600.220.430.2729.6236.0757.06
HexB9916A0162B1B1e2439
Octal2712211520265333364471
Binary101110011001000111010100101101010111101111110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9916A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9916A; }

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

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

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

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

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

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

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

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