#B8966E

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

Shades of Fallow #B8966E

Tints of Fallow #B8966E

Color information

#B8966E (or 0xB8966E) is unknown color: approx Fallow. HEX triplet: B8, 96 and 6E. RGB value is (184,150,110). Sum of RGB (Red+Green+Blue) = 184+150+110=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 110 (43.36% from 255 or 24.77% from 444); Max value from RGB is 184 - color contains mainly: red. Hex color #B8966E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8966E is #476991. Grayscale: #9B9B9B. Windows color (decimal): -4680082 or 7247544. OLE color: 7247544.

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

Color convert

RGB184150110-
CMYK00.180.400.28
HSL32.43º34.26%57.65%-
HSV(B)32.43º40.22%72.16%-
XYZ33.4933.1319.38-
YUV155.61102.26148.25-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.44%
GREEN value IS 150 (58.98% from 255) = 33.78%
BLUE value IS 110 (43.36% from 255) = 24.77%
R=41.44%
G=33.78%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415011000.180.400.2832.4334.2657.65
HexB8966E012281C20223a
Octal2702261560225034404272
Binary1011100010010110110111001001010100011100100000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8966E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8966E; }

 p { color: rgb(184,150,110); }

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

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

 a { background-color: rgb(184,150,110); }

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

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

 span { border-color: rgb(184,150,110); }

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