#B8966D

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

Shades of Fallow #B8966D

Tints of Fallow #B8966D

Color information

#B8966D (or 0xB8966D) is unknown color: approx Fallow. HEX triplet: B8, 96 and 6D. RGB value is (184,150,109). Sum of RGB (Red+Green+Blue) = 184+150+109=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 184 - color contains mainly: red. Hex color #B8966D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8966D is #476992. Grayscale: #9B9B9B. Windows color (decimal): -4680083 or 7182008. OLE color: 7182008.

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

Color convert

RGB184150109-
CMYK00.180.410.28
HSL32.8º34.56%57.45%-
HSV(B)32.8º40.76%72.16%-
XYZ33.4333.1119.1-
YUV155.49101.76148.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.53%
GREEN value IS 150 (58.98% from 255) = 33.86%
BLUE value IS 109 (42.97% from 255) = 24.60%
R=41.53%
G=33.86%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415010900.180.410.2832.834.5657.45
HexB8966D012291C212339
Octal2702261550225134414371
Binary1011100010010110110110101001010100111100100001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8966D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8966D; }

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

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

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

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

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

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

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

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