#B89F6C

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

Shades of Fallow #B89F6C

Tints of Fallow #B89F6C

Color information

#B89F6C (or 0xB89F6C) is unknown color: approx Fallow. HEX triplet: B8, 9F and 6C. RGB value is (184,159,108). Sum of RGB (Red+Green+Blue) = 184+159+108=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 159 (62.5% from 255 or 35.25% from 451); Blue value is 108 (42.58% from 255 or 23.95% from 451); Max value from RGB is 184 - color contains mainly: red. Hex color #B89F6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89F6C is #476093. Grayscale: #A0A0A0. Windows color (decimal): -4677780 or 7118776. OLE color: 7118776.

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

Color convert

RGB184159108-
CMYK00.140.410.28
HSL40.26º34.86%57.25%-
HSV(B)40.26º41.3%72.16%-
XYZ34.8736.0719.31-
YUV160.6698.28144.65-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.80%
GREEN value IS 159 (62.5% from 255) = 35.25%
BLUE value IS 108 (42.58% from 255) = 23.95%
R=40.80%
G=35.25%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415910800.140.410.2840.2634.8657.25
HexB89F6C0E291C282339
Octal2702371540165134504371
Binary101110001001111111011000111010100111100101000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89F6C; }

 p { color: rgb(184,159,108); }

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

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

 a { background-color: rgb(184,159,108); }

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

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

 span { border-color: rgb(184,159,108); }

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