#B1996D

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

Shades of Fallow #B1996D

Tints of Fallow #B1996D

Color information

#B1996D (or 0xB1996D) is unknown color: approx Fallow. HEX triplet: B1, 99 and 6D. RGB value is (177,153,109). Sum of RGB (Red+Green+Blue) = 177+153+109=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 109 (42.97% from 255 or 24.83% from 439); Max value from RGB is 177 - color contains mainly: red. Hex color #B1996D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1996D is #4E6692. Grayscale: #9B9B9B. Windows color (decimal): -5138067 or 7182769. OLE color: 7182769.

HSL color Cylindrical-coordinate representation of color #B1996D: hue angle of 38.82º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B1996D is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB177153109-
CMYK00.140.380.31
HSL38.82º30.36%56.08%-
HSV(B)38.82º38.42%69.41%-
XYZ32.2833.2319.18-
YUV155.16101.95143.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.32%
GREEN value IS 153 (60.16% from 255) = 34.85%
BLUE value IS 109 (42.97% from 255) = 24.83%
R=40.32%
G=34.85%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715310900.140.380.3138.8230.3656.08
HexB1996D0E261F271e38
Octal2612311550164637473670
Binary10110001100110011101101011101001101111110011111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1996D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1996D; }

 p { color: rgb(177,153,109); }

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

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

 a { background-color: rgb(177,153,109); }

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

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

 span { border-color: rgb(177,153,109); }

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