#B7956E

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

Shades of Fallow #B7956E

Tints of Fallow #B7956E

Color information

#B7956E (or 0xB7956E) is unknown color: approx Fallow. HEX triplet: B7, 95 and 6E. RGB value is (183,149,110). Sum of RGB (Red+Green+Blue) = 183+149+110=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 183 - color contains mainly: red. Hex color #B7956E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7956E is #486A91. Grayscale: #9A9A9A. Windows color (decimal): -4745874 or 7247287. OLE color: 7247287.

HSL color Cylindrical-coordinate representation of color #B7956E: hue angle of 32.05º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B7956E is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB183149110-
CMYK00.190.400.28
HSL32.05º33.64%57.45%-
HSV(B)32.05º39.89%71.76%-
XYZ33.0932.6919.32-
YUV154.72102.76148.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.40%
GREEN value IS 149 (58.59% from 255) = 33.71%
BLUE value IS 110 (43.36% from 255) = 24.89%
R=41.40%
G=33.71%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314911000.190.400.2832.0533.6457.45
HexB7956E013281C202239
Octal2672251560235034404271
Binary1011011110010101110111001001110100011100100000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7956E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7956E; }

 p { color: rgb(183,149,110); }

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

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

 a { background-color: rgb(183,149,110); }

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

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

 span { border-color: rgb(183,149,110); }

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