#B9A69B

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

Shades of Silk #B9A69B

Tints of Silk #B9A69B

Color information

#B9A69B (or 0xB9A69B) is unknown color: approx Silk. HEX triplet: B9, A6 and 9B. RGB value is (185,166,155). Sum of RGB (Red+Green+Blue) = 185+166+155=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 166 (65.23% from 255 or 32.81% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A69B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A69B is #465964. Grayscale: #AAAAAA. Windows color (decimal): -4610405 or 10200761. OLE color: 10200761.

HSL color Cylindrical-coordinate representation of color #B9A69B: hue angle of 22º 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 #B9A69B is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB185166155-
CMYK00.100.160.27
HSL22º17.65%66.67%-
HSV(B)22º16.22%72.55%-
XYZ39.5639.9536.64-
YUV170.43119.29138.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.56%
GREEN value IS 166 (65.23% from 255) = 32.81%
BLUE value IS 155 (60.94% from 255) = 30.63%
R=36.56%
G=32.81%
B=30.63%

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
Decimal18516615500.100.160.272217.6566.67
HexB9A69B0A101B161243
Octal27124623301220332622103
Binary10111001101001101001101101010100001101110110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A69B; }

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

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

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

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

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

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

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

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