#B4A497

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

Shades of Silk #B4A497

Tints of Silk #B4A497

Color information

#B4A497 (or 0xB4A497) is unknown color: approx Silk. HEX triplet: B4, A4 and 97. RGB value is (180,164,151). Sum of RGB (Red+Green+Blue) = 180+164+151=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 164 (64.45% from 255 or 33.13% from 495); Blue value is 151 (59.38% from 255 or 30.51% from 495); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A497 is #4B5B68. Grayscale: #A7A7A7. Windows color (decimal): -4938601 or 9938100. OLE color: 9938100.

HSL color Cylindrical-coordinate representation of color #B4A497: hue angle of 26.9º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B4A497 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB180164151-
CMYK00.090.160.29
HSL26.9º16.2%64.9%-
HSV(B)26.9º16.11%70.59%-
XYZ37.6838.4934.72-
YUV167.3118.8137.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.36%
GREEN value IS 164 (64.45% from 255) = 33.13%
BLUE value IS 151 (59.38% from 255) = 30.51%
R=36.36%
G=33.13%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016415100.090.160.2926.916.264.9
HexB4A49709101D1b1041
Octal26424422701120353320101
Binary10110100101001001001011101001100001110111011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A497; }

 p { color: rgb(180,164,151); }

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

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

 a { background-color: rgb(180,164,151); }

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

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

 span { border-color: rgb(180,164,151); }

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