#B89C70

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

Shades of Fallow #B89C70

Tints of Fallow #B89C70

Color information

#B89C70 (or 0xB89C70) is unknown color: approx Fallow. HEX triplet: B8, 9C and 70. RGB value is (184,156,112). Sum of RGB (Red+Green+Blue) = 184+156+112=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 156 (61.33% from 255 or 34.51% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89C70 is #47638F. Grayscale: #9F9F9F. Windows color (decimal): -4678544 or 7380152. OLE color: 7380152.

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

Color convert

RGB184156112-
CMYK00.150.390.28
HSL36.67º33.64%58.04%-
HSV(B)36.67º39.13%72.16%-
XYZ34.5835.1420.29-
YUV159.36101.28145.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.71%
GREEN value IS 156 (61.33% from 255) = 34.51%
BLUE value IS 112 (44.14% from 255) = 24.78%
R=40.71%
G=34.51%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415611200.150.390.2836.6733.6458.04
HexB89C700F271C25223a
Octal2702341600174734454272
Binary101110001001110011100000111110011111100100101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89C70; }

 p { color: rgb(184,156,112); }

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

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

 a { background-color: rgb(184,156,112); }

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

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

 span { border-color: rgb(184,156,112); }

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