#B9A591

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

Shades of Silk #B9A591

Tints of Silk #B9A591

Color information

#B9A591 (or 0xB9A591) is unknown color: approx Silk. HEX triplet: B9, A5 and 91. RGB value is (185,165,145). Sum of RGB (Red+Green+Blue) = 185+165+145=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 165 (64.84% from 255 or 33.33% from 495); Blue value is 145 (57.03% from 255 or 29.29% from 495); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A591 is #465A6E. Grayscale: #A8A8A8. Windows color (decimal): -4610671 or 9545145. OLE color: 9545145.

HSL color Cylindrical-coordinate representation of color #B9A591: hue angle of 30º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9A591 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB185165145-
CMYK00.110.220.27
HSL30º22.22%64.71%-
HSV(B)30º21.62%72.55%-
XYZ38.5739.2732.33-
YUV168.7114.63139.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.37%
GREEN value IS 165 (64.84% from 255) = 33.33%
BLUE value IS 145 (57.03% from 255) = 29.29%
R=37.37%
G=33.33%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516514500.110.220.273022.2264.71
HexB9A5910B161B1e1641
Octal27124522101326333626101
Binary10111001101001011001000101011101101101111110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A591; }

 p { color: rgb(185,165,145); }

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

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

 a { background-color: rgb(185,165,145); }

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

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

 span { border-color: rgb(185,165,145); }

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