#B4ACA7

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

Shades of Silk #B4ACA7

Tints of Silk #B4ACA7

Color information

#B4ACA7 (or 0xB4ACA7) is unknown color: approx Silk. HEX triplet: B4, AC and A7. RGB value is (180,172,167). Sum of RGB (Red+Green+Blue) = 180+172+167=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 167 (65.62% from 255 or 32.18% from 519); Max value from RGB is 180 - color contains mainly: red. Hex color #B4ACA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4ACA7 is #4B5358. Grayscale: #ADADAD. Windows color (decimal): -4936537 or 10988724. OLE color: 10988724.

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

Color convert

RGB180172167-
CMYK00.040.070.29
HSL23.08º7.98%68.04%-
HSV(B)23.08º7.22%70.59%-
XYZ40.554242.53-
YUV173.82124.15132.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.68%
GREEN value IS 172 (67.58% from 255) = 33.14%
BLUE value IS 167 (65.62% from 255) = 32.18%
R=34.68%
G=33.14%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017216700.040.070.2923.087.9868.04
HexB4ACA70471D17844
Octal264254247047352710104
Binary1011010010101100101001110100111111011011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ACA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ACA7; }

 p { color: rgb(180,172,167); }

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

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

 a { background-color: rgb(180,172,167); }

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

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

 span { border-color: rgb(180,172,167); }

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