#B89E6A

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

Shades of Fallow #B89E6A

Tints of Fallow #B89E6A

Color information

#B89E6A (or 0xB89E6A) is unknown color: approx Fallow. HEX triplet: B8, 9E and 6A. RGB value is (184,158,106). Sum of RGB (Red+Green+Blue) = 184+158+106=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 184 - color contains mainly: red. Hex color #B89E6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89E6A is #476195. Grayscale: #A0A0A0. Windows color (decimal): -4678038 or 6987448. OLE color: 6987448.

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

Color convert

RGB184158106-
CMYK00.140.420.28
HSL40º35.45%56.86%-
HSV(B)40º42.39%72.16%-
XYZ34.635.6818.7-
YUV159.8597.61145.23-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.07%
GREEN value IS 158 (62.11% from 255) = 35.27%
BLUE value IS 106 (41.80% from 255) = 23.66%
R=41.07%
G=35.27%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415810600.140.420.284035.4556.86
HexB89E6A0E2A1C282339
Octal2702361520165234504371
Binary101110001001111011010100111010101011100101000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89E6A; }

 p { color: rgb(184,158,106); }

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

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

 a { background-color: rgb(184,158,106); }

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

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

 span { border-color: rgb(184,158,106); }

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