#B2A69E

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

Shades of Silk #B2A69E

Tints of Silk #B2A69E

Color information

#B2A69E (or 0xB2A69E) is unknown color: approx Silk. HEX triplet: B2, A6 and 9E. RGB value is (178,166,158). Sum of RGB (Red+Green+Blue) = 178+166+158=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 166 (65.23% from 255 or 33.07% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A69E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A69E is #4D5961. Grayscale: #A8A8A8. Windows color (decimal): -5069154 or 10397362. OLE color: 10397362.

HSL color Cylindrical-coordinate representation of color #B2A69E: hue angle of 24º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B2A69E is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB178166158-
CMYK00.070.110.30
HSL24º11.49%65.88%-
HSV(B)24º11.24%69.8%-
XYZ38.1739.2137.9-
YUV168.68121.98134.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.46%
GREEN value IS 166 (65.23% from 255) = 33.07%
BLUE value IS 158 (62.11% from 255) = 31.47%
R=35.46%
G=33.07%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816615800.070.110.302411.4965.88
HexB2A69E07B1E18b42
Octal2622462360713363013102
Binary10110010101001101001111001111011111101100010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A69E; }

 p { color: rgb(178,166,158); }

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

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

 a { background-color: rgb(178,166,158); }

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

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

 span { border-color: rgb(178,166,158); }

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