#B7966C

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

Shades of Fallow #B7966C

Tints of Fallow #B7966C

Color information

#B7966C (or 0xB7966C) is unknown color: approx Fallow. HEX triplet: B7, 96 and 6C. RGB value is (183,150,108). Sum of RGB (Red+Green+Blue) = 183+150+108=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B7966C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7966C is #486993. Grayscale: #9B9B9B. Windows color (decimal): -4745620 or 7116471. OLE color: 7116471.

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

Color convert

RGB183150108-
CMYK00.180.410.28
HSL33.6º34.25%57.06%-
HSV(B)33.6º40.98%71.76%-
XYZ33.1432.9618.8-
YUV155.08101.43147.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.50%
GREEN value IS 150 (58.98% from 255) = 34.01%
BLUE value IS 108 (42.58% from 255) = 24.49%
R=41.50%
G=34.01%
B=24.49%

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
Decimal18315010800.180.410.2833.634.2557.06
HexB7966C012291C222239
Octal2672261540225134424271
Binary1011011110010110110110001001010100111100100010100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7966C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7966C; }

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

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

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

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

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

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

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

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