#B8976D

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

Shades of Fallow #B8976D

Tints of Fallow #B8976D

Color information

#B8976D (or 0xB8976D) is unknown color: approx Fallow. HEX triplet: B8, 97 and 6D. RGB value is (184,151,109). Sum of RGB (Red+Green+Blue) = 184+151+109=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 151 (59.38% from 255 or 34.01% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 184 - color contains mainly: red. Hex color #B8976D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8976D is #476892. Grayscale: #9C9C9C. Windows color (decimal): -4679827 or 7182264. OLE color: 7182264.

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

Color convert

RGB184151109-
CMYK00.180.410.28
HSL33.6º34.56%57.45%-
HSV(B)33.6º40.76%72.16%-
XYZ33.5933.4319.15-
YUV156.08101.43147.92-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.44%
GREEN value IS 151 (59.38% from 255) = 34.01%
BLUE value IS 109 (42.97% from 255) = 24.55%
R=41.44%
G=34.01%
B=24.55%

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
Decimal18415110900.180.410.2833.634.5657.45
HexB8976D012291C222339
Octal2702271550225134424371
Binary1011100010010111110110101001010100111100100010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8976D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8976D; }

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

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

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

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

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

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

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

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