#B89C6C

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

Shades of Fallow #B89C6C

Tints of Fallow #B89C6C

Color information

#B89C6C (or 0xB89C6C) is unknown color: approx Fallow. HEX triplet: B8, 9C and 6C. RGB value is (184,156,108). Sum of RGB (Red+Green+Blue) = 184+156+108=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 156 (61.33% from 255 or 34.82% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89C6C is #476393. Grayscale: #9F9F9F. Windows color (decimal): -4678548 or 7118008. OLE color: 7118008.

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

Color convert

RGB184156108-
CMYK00.150.410.28
HSL37.89º34.86%57.25%-
HSV(B)37.89º41.3%72.16%-
XYZ34.3635.0519.14-
YUV158.999.28145.9-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.07%
GREEN value IS 156 (61.33% from 255) = 34.82%
BLUE value IS 108 (42.58% from 255) = 24.11%
R=41.07%
G=34.82%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415610800.150.410.2837.8934.8657.25
HexB89C6C0F291C262339
Octal2702341540175134464371
Binary101110001001110011011000111110100111100100110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89C6C; }

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

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

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

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

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

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

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

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