#B3ACA7

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

Shades of Silk #B3ACA7

Tints of Silk #B3ACA7

Color information

#B3ACA7 (or 0xB3ACA7) is unknown color: approx Silk. HEX triplet: B3, AC and A7. RGB value is (179,172,167). Sum of RGB (Red+Green+Blue) = 179+172+167=518 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.56% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 167 (65.62% from 255 or 32.24% from 518); Max value from RGB is 179 - color contains mainly: red. Hex color #B3ACA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3ACA7 is #4C5358. Grayscale: #ADADAD. Windows color (decimal): -5002073 or 10988723. OLE color: 10988723.

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

Color convert

RGB179172167-
CMYK00.040.070.30
HSL25º7.32%67.84%-
HSV(B)25º6.7%70.2%-
XYZ40.3241.8842.52-
YUV173.52124.32131.91-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.56%
GREEN value IS 172 (67.58% from 255) = 33.20%
BLUE value IS 167 (65.62% from 255) = 32.24%
R=34.56%
G=33.20%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917216700.040.070.30257.3267.84
HexB3ACA70471E19744
Octal26325424704736317104
Binary101100111010110010100111010011111110110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ACA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ACA7; }

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

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

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

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

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

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

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

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