#B8986B

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

Shades of Fallow #B8986B

Tints of Fallow #B8986B

Color information

#B8986B (or 0xB8986B) is unknown color: approx Fallow. HEX triplet: B8, 98 and 6B. RGB value is (184,152,107). Sum of RGB (Red+Green+Blue) = 184+152+107=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 152 (59.77% from 255 or 34.31% from 443); Blue value is 107 (42.19% from 255 or 24.15% from 443); Max value from RGB is 184 - color contains mainly: red. Hex color #B8986B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8986B is #476794. Grayscale: #9C9C9C. Windows color (decimal): -4679573 or 7051448. OLE color: 7051448.

HSL color Cylindrical-coordinate representation of color #B8986B: hue angle of 35.06º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B8986B is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB184152107-
CMYK00.170.420.28
HSL35.06º35.16%57.06%-
HSV(B)35.06º41.85%72.16%-
XYZ33.6533.7118.64-
YUV156.44100.1147.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.53%
GREEN value IS 152 (59.77% from 255) = 34.31%
BLUE value IS 107 (42.19% from 255) = 24.15%
R=41.53%
G=34.31%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415210700.170.420.2835.0635.1657.06
HexB8986B0112A1C232339
Octal2702301530215234434371
Binary1011100010011000110101101000110101011100100011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8986B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8986B; }

 p { color: rgb(184,152,107); }

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

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

 a { background-color: rgb(184,152,107); }

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

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

 span { border-color: rgb(184,152,107); }

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