#B6A89A

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

Shades of Silk #B6A89A

Tints of Silk #B6A89A

Color information

#B6A89A (or 0xB6A89A) is unknown color: approx Silk. HEX triplet: B6, A8 and 9A. RGB value is (182,168,154). Sum of RGB (Red+Green+Blue) = 182+168+154=504 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.11% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A89A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A89A is #495765. Grayscale: #AAAAAA. Windows color (decimal): -4806502 or 10135734. OLE color: 10135734.

HSL color Cylindrical-coordinate representation of color #B6A89A: hue angle of 30º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B6A89A is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB182168154-
CMYK00.080.150.29
HSL30º16.09%65.88%-
HSV(B)30º15.38%71.37%-
XYZ39.1340.2836.29-
YUV170.59118.64136.14-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.11%
GREEN value IS 168 (66.02% from 255) = 33.33%
BLUE value IS 154 (60.55% from 255) = 30.56%
R=36.11%
G=33.33%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216815400.080.150.293016.0965.88
HexB6A89A08F1D1e1042
Octal26625023201017353620102
Binary1011011010101000100110100100011111110111110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A89A; }

 p { color: rgb(182,168,154); }

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

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

 a { background-color: rgb(182,168,154); }

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

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

 span { border-color: rgb(182,168,154); }

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