#B9A79B

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

Shades of Silk #B9A79B

Tints of Silk #B9A79B

Color information

#B9A79B (or 0xB9A79B) is unknown color: approx Silk. HEX triplet: B9, A7 and 9B. RGB value is (185,167,155). Sum of RGB (Red+Green+Blue) = 185+167+155=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 167 (65.62% from 255 or 32.94% from 507); Blue value is 155 (60.94% from 255 or 30.57% from 507); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A79B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A79B is #465864. Grayscale: #ABABAB. Windows color (decimal): -4610149 or 10201017. OLE color: 10201017.

HSL color Cylindrical-coordinate representation of color #B9A79B: hue angle of 24º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9A79B is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB185167155-
CMYK00.100.160.27
HSL24º17.65%66.67%-
HSV(B)24º16.22%72.55%-
XYZ39.7440.3236.7-
YUV171.01118.96137.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.49%
GREEN value IS 167 (65.62% from 255) = 32.94%
BLUE value IS 155 (60.94% from 255) = 30.57%
R=36.49%
G=32.94%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516715500.100.160.272417.6566.67
HexB9A79B0A101B181243
Octal27124723301220333022103
Binary10111001101001111001101101010100001101111000100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A79B; }

 p { color: rgb(185,167,155); }

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

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

 a { background-color: rgb(185,167,155); }

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

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

 span { border-color: rgb(185,167,155); }

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