#B7AB9E

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

Shades of Silk #B7AB9E

Tints of Silk #B7AB9E

Color information

#B7AB9E (or 0xB7AB9E) is unknown color: approx Silk. HEX triplet: B7, AB and 9E. RGB value is (183,171,158). Sum of RGB (Red+Green+Blue) = 183+171+158=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AB9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AB9E is #485461. Grayscale: #ADADAD. Windows color (decimal): -4740194 or 10398647. OLE color: 10398647.

HSL color Cylindrical-coordinate representation of color #B7AB9E: hue angle of 31.2º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B7AB9E is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB183171158-
CMYK00.070.140.28
HSL31.2º14.79%66.86%-
HSV(B)31.2º13.66%71.76%-
XYZ40.2641.6638.27-
YUV173.11119.48135.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.74%
GREEN value IS 171 (67.19% from 255) = 33.40%
BLUE value IS 158 (62.11% from 255) = 30.86%
R=35.74%
G=33.40%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317115800.070.140.2831.214.7966.86
HexB7AB9E07E1C1ff43
Octal2672532360716343717103
Binary10110111101010111001111001111110111001111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AB9E; }

 p { color: rgb(183,171,158); }

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

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

 a { background-color: rgb(183,171,158); }

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

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

 span { border-color: rgb(183,171,158); }

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