#B7966F

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

Shades of Fallow #B7966F

Tints of Fallow #B7966F

Color information

#B7966F (or 0xB7966F) is unknown color: approx Fallow. HEX triplet: B7, 96 and 6F. RGB value is (183,150,111). Sum of RGB (Red+Green+Blue) = 183+150+111=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 111 (43.75% from 255 or 25% from 444); Max value from RGB is 183 - color contains mainly: red. Hex color #B7966F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7966F is #486990. Grayscale: #9B9B9B. Windows color (decimal): -4745617 or 7313079. OLE color: 7313079.

HSL color Cylindrical-coordinate representation of color #B7966F: hue angle of 32.5º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B7966F is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB183150111-
CMYK00.180.390.28
HSL32.5º33.33%57.65%-
HSV(B)32.5º39.34%71.76%-
XYZ33.333.0319.66-
YUV155.42102.93147.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.22%
GREEN value IS 150 (58.98% from 255) = 33.78%
BLUE value IS 111 (43.75% from 255) = 25%
R=41.22%
G=33.78%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315011100.180.390.2832.533.3357.65
HexB7966F012271C21213a
Octal2672261570224734414172
Binary1011011110010110110111101001010011111100100001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7966F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7966F; }

 p { color: rgb(183,150,111); }

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

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

 a { background-color: rgb(183,150,111); }

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

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

 span { border-color: rgb(183,150,111); }

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