#B8956A

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

Shades of Fallow #B8956A

Tints of Fallow #B8956A

Color information

#B8956A (or 0xB8956A) is unknown color: approx Fallow. HEX triplet: B8, 95 and 6A. RGB value is (184,149,106). Sum of RGB (Red+Green+Blue) = 184+149+106=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 106 (41.80% from 255 or 24.15% from 439); Max value from RGB is 184 - color contains mainly: red. Hex color #B8956A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8956A is #476A95. Grayscale: #9A9A9A. Windows color (decimal): -4680342 or 6985144. OLE color: 6985144.

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

Color convert

RGB184149106-
CMYK00.190.420.28
HSL33.08º35.45%56.86%-
HSV(B)33.08º42.39%72.16%-
XYZ33.1232.7318.21-
YUV154.56100.6149-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.91%
GREEN value IS 149 (58.59% from 255) = 33.94%
BLUE value IS 106 (41.80% from 255) = 24.15%
R=41.91%
G=33.94%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414910600.190.420.2833.0835.4556.86
HexB8956A0132A1C212339
Octal2702251520235234414371
Binary1011100010010101110101001001110101011100100001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8956A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8956A; }

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

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

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

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

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

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

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

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