#B7AEA4

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

Shades of Silk #B7AEA4

Tints of Silk #B7AEA4

Color information

#B7AEA4 (or 0xB7AEA4) is unknown color: approx Silk. HEX triplet: B7, AE and A4. RGB value is (183,174,164). Sum of RGB (Red+Green+Blue) = 183+174+164=521 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.12% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 164 (64.45% from 255 or 31.48% from 521); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AEA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AEA4 is #48515B. Grayscale: #AFAFAF. Windows color (decimal): -4739420 or 10792631. OLE color: 10792631.

HSL color Cylindrical-coordinate representation of color #B7AEA4: hue angle of 31.58º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7AEA4 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB183174164-
CMYK00.050.100.28
HSL31.58º11.66%68.04%-
HSV(B)31.58º10.38%71.76%-
XYZ41.3743.0241.25-
YUV175.55121.48133.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.12%
GREEN value IS 174 (68.36% from 255) = 33.40%
BLUE value IS 164 (64.45% from 255) = 31.48%
R=35.12%
G=33.40%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317416400.050.100.2831.5811.6668.04
HexB7AEA405A1C20c44
Octal2672562440512344014104
Binary101101111010111010100100010110101110010000011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AEA4; }

 p { color: rgb(183,174,164); }

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

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

 a { background-color: rgb(183,174,164); }

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

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

 span { border-color: rgb(183,174,164); }

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