#B89B6C

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

Shades of Fallow #B89B6C

Tints of Fallow #B89B6C

Color information

#B89B6C (or 0xB89B6C) is unknown color: approx Fallow. HEX triplet: B8, 9B and 6C. RGB value is (184,155,108). Sum of RGB (Red+Green+Blue) = 184+155+108=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 155 (60.94% from 255 or 34.68% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 184 - color contains mainly: red. Hex color #B89B6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89B6C is #476493. Grayscale: #9E9E9E. Windows color (decimal): -4678804 or 7117752. OLE color: 7117752.

HSL color Cylindrical-coordinate representation of color #B89B6C: hue angle of 37.11º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B89B6C is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB184155108-
CMYK00.160.410.28
HSL37.11º34.86%57.25%-
HSV(B)37.11º41.3%72.16%-
XYZ34.234.7219.09-
YUV158.3199.61146.32-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.16%
GREEN value IS 155 (60.94% from 255) = 34.68%
BLUE value IS 108 (42.58% from 255) = 24.16%
R=41.16%
G=34.68%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415510800.160.410.2837.1134.8657.25
HexB89B6C010291C252339
Octal2702331540205134454371
Binary1011100010011011110110001000010100111100100101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89B6C; }

 p { color: rgb(184,155,108); }

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

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

 a { background-color: rgb(184,155,108); }

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

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

 span { border-color: rgb(184,155,108); }

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