#B8976F

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

Shades of Fallow #B8976F

Tints of Fallow #B8976F

Color information

#B8976F (or 0xB8976F) is unknown color: approx Fallow. HEX triplet: B8, 97 and 6F. RGB value is (184,151,111). Sum of RGB (Red+Green+Blue) = 184+151+111=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 151 (59.38% from 255 or 33.86% from 446); Blue value is 111 (43.75% from 255 or 24.89% from 446); Max value from RGB is 184 - color contains mainly: red. Hex color #B8976F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8976F is #476890. Grayscale: #9C9C9C. Windows color (decimal): -4679825 or 7313336. OLE color: 7313336.

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

Color convert

RGB184151111-
CMYK00.180.400.28
HSL32.88º33.95%57.84%-
HSV(B)32.88º39.67%72.16%-
XYZ33.733.4719.72-
YUV156.31102.43147.75-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.26%
GREEN value IS 151 (59.38% from 255) = 33.86%
BLUE value IS 111 (43.75% from 255) = 24.89%
R=41.26%
G=33.86%
B=24.89%

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
Decimal18415111100.180.400.2832.8833.9557.84
HexB8976F012281C21223a
Octal2702271570225034414272
Binary1011100010010111110111101001010100011100100001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8976F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8976F; }

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

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

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

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

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

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

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

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