#B89C6F

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

Shades of Fallow #B89C6F

Tints of Fallow #B89C6F

Color information

#B89C6F (or 0xB89C6F) is unknown color: approx Fallow. HEX triplet: B8, 9C and 6F. RGB value is (184,156,111). Sum of RGB (Red+Green+Blue) = 184+156+111=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 156 (61.33% from 255 or 34.59% from 451); Blue value is 111 (43.75% from 255 or 24.61% from 451); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89C6F is #476390. Grayscale: #9F9F9F. Windows color (decimal): -4678545 or 7314616. OLE color: 7314616.

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

Color convert

RGB184156111-
CMYK00.150.400.28
HSL36.99º33.95%57.84%-
HSV(B)36.99º39.67%72.16%-
XYZ34.5235.1120-
YUV159.24100.78145.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.80%
GREEN value IS 156 (61.33% from 255) = 34.59%
BLUE value IS 111 (43.75% from 255) = 24.61%
R=40.80%
G=34.59%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415611100.150.400.2836.9933.9557.84
HexB89C6F0F281C25223a
Octal2702341570175034454272
Binary101110001001110011011110111110100011100100101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89C6F; }

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

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

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

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

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

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

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

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