#B7A595

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

Shades of Silk #B7A595

Tints of Silk #B7A595

Color information

#B7A595 (or 0xB7A595) is unknown color: approx Silk. HEX triplet: B7, A5 and 95. RGB value is (183,165,149). Sum of RGB (Red+Green+Blue) = 183+165+149=497 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.82% from 497); Green value is 165 (64.84% from 255 or 33.20% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A595 is #485A6A. Grayscale: #A8A8A8. Windows color (decimal): -4741739 or 9807287. OLE color: 9807287.

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

Color convert

RGB183165149-
CMYK00.100.190.28
HSL28.24º19.1%65.1%-
HSV(B)28.24º18.58%71.76%-
XYZ38.4139.1533.97-
YUV168.56116.96138.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.82%
GREEN value IS 165 (64.84% from 255) = 33.20%
BLUE value IS 149 (58.59% from 255) = 29.98%
R=36.82%
G=33.20%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316514900.100.190.2828.2419.165.1
HexB7A5950A131C1c1341
Octal26724522501223343423101
Binary10110111101001011001010101010100111110011100100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A595; }

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

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

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

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

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

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

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

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