#B8A06C

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

Shades of Fallow #B8A06C

Tints of Fallow #B8A06C

Color information

#B8A06C (or 0xB8A06C) is unknown color: approx Fallow. HEX triplet: B8, A0 and 6C. RGB value is (184,160,108). Sum of RGB (Red+Green+Blue) = 184+160+108=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A06C is #475F93. Grayscale: #A1A1A1. Windows color (decimal): -4677524 or 7119032. OLE color: 7119032.

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

Color convert

RGB184160108-
CMYK00.130.410.28
HSL41.05º34.86%57.25%-
HSV(B)41.05º41.3%72.16%-
XYZ35.0436.4119.37-
YUV161.2597.95144.23-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.71%
GREEN value IS 160 (62.89% from 255) = 35.40%
BLUE value IS 108 (42.58% from 255) = 23.89%
R=40.71%
G=35.40%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416010800.130.410.2841.0534.8657.25
HexB8A06C0D291C292339
Octal2702401540155134514371
Binary101110001010000011011000110110100111100101001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A06C; }

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

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

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

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

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

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

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

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