#B7A494

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

Shades of Silk #B7A494

Tints of Silk #B7A494

Color information

#B7A494 (or 0xB7A494) is unknown color: approx Silk. HEX triplet: B7, A4 and 94. RGB value is (183,164,148). Sum of RGB (Red+Green+Blue) = 183+164+148=495 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.97% from 495); Green value is 164 (64.45% from 255 or 33.13% from 495); Blue value is 148 (58.20% from 255 or 29.90% from 495); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A494 is #485B6B. Grayscale: #A7A7A7. Windows color (decimal): -4741996 or 9741495. OLE color: 9741495.

HSL color Cylindrical-coordinate representation of color #B7A494: hue angle of 27.43º degrees, saturation: 0.2, 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 #B7A494 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB183164148-
CMYK00.100.190.28
HSL27.43º19.55%64.9%-
HSV(B)27.43º19.13%71.76%-
XYZ38.1538.7633.49-
YUV167.86116.79138.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.97%
GREEN value IS 164 (64.45% from 255) = 33.13%
BLUE value IS 148 (58.20% from 255) = 29.90%
R=36.97%
G=33.13%
B=29.90%

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
Decimal18316414800.100.190.2827.4319.5564.9
HexB7A4940A131C1b1441
Octal26724422401223343324101
Binary10110111101001001001010001010100111110011011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A494; }

 p { color: rgb(183,164,148); }

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

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

 a { background-color: rgb(183,164,148); }

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

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

 span { border-color: rgb(183,164,148); }

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