#B89D70

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

Shades of Fallow #B89D70

Tints of Fallow #B89D70

Color information

#B89D70 (or 0xB89D70) is unknown color: approx Fallow. HEX triplet: B8, 9D and 70. RGB value is (184,157,112). Sum of RGB (Red+Green+Blue) = 184+157+112=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 157 (61.72% from 255 or 34.66% from 453); Blue value is 112 (44.14% from 255 or 24.72% from 453); Max value from RGB is 184 - color contains mainly: red. Hex color #B89D70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89D70 is #47628F. Grayscale: #A0A0A0. Windows color (decimal): -4678288 or 7380408. OLE color: 7380408.

HSL color Cylindrical-coordinate representation of color #B89D70: hue angle of 37.5º 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 #B89D70 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB184157112-
CMYK00.150.390.28
HSL37.5º33.64%58.04%-
HSV(B)37.5º39.13%72.16%-
XYZ34.7535.4720.34-
YUV159.94100.95145.16-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.62%
GREEN value IS 157 (61.72% from 255) = 34.66%
BLUE value IS 112 (44.14% from 255) = 24.72%
R=40.62%
G=34.66%
B=24.72%

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
Decimal18415711200.150.390.2837.533.6458.04
HexB89D700F271C26223a
Octal2702351600174734464272
Binary101110001001110111100000111110011111100100110100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89D70; }

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

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

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

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

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

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

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

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