#B8ACA0

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

Shades of Silk #B8ACA0

Tints of Silk #B8ACA0

Color information

#B8ACA0 (or 0xB8ACA0) is unknown color: approx Silk. HEX triplet: B8, AC and A0. RGB value is (184,172,160). Sum of RGB (Red+Green+Blue) = 184+172+160=516 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.66% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 184 - color contains mainly: red. Hex color #B8ACA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8ACA0 is #47535F. Grayscale: #AEAEAE. Windows color (decimal): -4674400 or 10529976. OLE color: 10529976.

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

Color convert

RGB184172160-
CMYK00.070.130.28
HSL30º14.46%67.45%-
HSV(B)30º13.04%72.16%-
XYZ40.8642.2339.26-
YUV174.22119.98134.98-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.66%
GREEN value IS 172 (67.58% from 255) = 33.33%
BLUE value IS 160 (62.89% from 255) = 31.01%
R=35.66%
G=33.33%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417216000.070.130.283014.4667.45
HexB8ACA007D1C1ee43
Octal2702542400715343616103
Binary10111000101011001010000001111101111001111011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ACA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ACA0; }

 p { color: rgb(184,172,160); }

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

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

 a { background-color: rgb(184,172,160); }

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

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

 span { border-color: rgb(184,172,160); }

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