#B7ADA4

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

Shades of Silk #B7ADA4

Tints of Silk #B7ADA4

Color information

#B7ADA4 (or 0xB7ADA4) is unknown color: approx Silk. HEX triplet: B7, AD and A4. RGB value is (183,173,164). Sum of RGB (Red+Green+Blue) = 183+173+164=520 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.19% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 164 (64.45% from 255 or 31.54% from 520); Max value from RGB is 183 - color contains mainly: red. Hex color #B7ADA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7ADA4 is #48525B. Grayscale: #AFAFAF. Windows color (decimal): -4739676 or 10792375. OLE color: 10792375.

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

Color convert

RGB183173164-
CMYK00.050.100.28
HSL28.42º11.66%68.04%-
HSV(B)28.42º10.38%71.76%-
XYZ41.1742.6341.18-
YUV174.96121.81133.73-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.19%
GREEN value IS 173 (67.97% from 255) = 33.27%
BLUE value IS 164 (64.45% from 255) = 31.54%
R=35.19%
G=33.27%
B=31.54%

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
Decimal18317316400.050.100.2828.4211.6668.04
HexB7ADA405A1C1cc44
Octal2672552440512343414104
Binary10110111101011011010010001011010111001110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ADA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ADA4; }

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

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

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

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

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

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

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

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