#B7A696

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

Shades of Silk #B7A696

Tints of Silk #B7A696

Color information

#B7A696 (or 0xB7A696) is unknown color: approx Silk. HEX triplet: B7, A6 and 96. RGB value is (183,166,150). Sum of RGB (Red+Green+Blue) = 183+166+150=499 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.67% from 499); Green value is 166 (65.23% from 255 or 33.27% from 499); Blue value is 150 (58.98% from 255 or 30.06% from 499); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A696 is #485969. Grayscale: #A9A9A9. Windows color (decimal): -4741482 or 9873079. OLE color: 9873079.

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

Color convert

RGB183166150-
CMYK00.090.180.28
HSL29.09º18.64%65.29%-
HSV(B)29.09º18.03%71.76%-
XYZ38.6739.5434.45-
YUV169.26117.13137.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.67%
GREEN value IS 166 (65.23% from 255) = 33.27%
BLUE value IS 150 (58.98% from 255) = 30.06%
R=36.67%
G=33.27%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316615000.090.180.2829.0918.6465.29
HexB7A69609121C1d1341
Octal26724622601122343523101
Binary10110111101001101001011001001100101110011101100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A696; }

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

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

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

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

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

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

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

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