#B89F72

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

Shades of Fallow #B89F72

Tints of Fallow #B89F72

Color information

#B89F72 (or 0xB89F72) is unknown color: approx Fallow. HEX triplet: B8, 9F and 72. RGB value is (184,159,114). Sum of RGB (Red+Green+Blue) = 184+159+114=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 159 (62.5% from 255 or 34.79% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 184 - color contains mainly: red. Hex color #B89F72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89F72 is #47608D. Grayscale: #A1A1A1. Windows color (decimal): -4677774 or 7511992. OLE color: 7511992.

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

Color convert

RGB184159114-
CMYK00.140.380.28
HSL38.57º33.02%58.43%-
HSV(B)38.57º38.04%72.16%-
XYZ35.236.221.05-
YUV161.34101.28144.16-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.26%
GREEN value IS 159 (62.5% from 255) = 34.79%
BLUE value IS 114 (44.92% from 255) = 24.95%
R=40.26%
G=34.79%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415911400.140.380.2838.5733.0258.43
HexB89F720E261C27213a
Octal2702371620164634474172
Binary101110001001111111100100111010011011100100111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89F72; }

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

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

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

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

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

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

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

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