#B8A99A

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

Shades of Silk #B8A99A

Tints of Silk #B8A99A

Color information

#B8A99A (or 0xB8A99A) is unknown color: approx Silk. HEX triplet: B8, A9 and 9A. RGB value is (184,169,154). Sum of RGB (Red+Green+Blue) = 184+169+154=507 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.29% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 154 (60.55% from 255 or 30.37% from 507); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A99A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A99A is #475665. Grayscale: #ABABAB. Windows color (decimal): -4675174 or 10135992. OLE color: 10135992.

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

Color convert

RGB184169154-
CMYK00.080.160.28
HSL30º17.44%66.27%-
HSV(B)30º16.3%72.16%-
XYZ39.7940.936.37-
YUV171.78117.97136.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.29%
GREEN value IS 169 (66.41% from 255) = 33.33%
BLUE value IS 154 (60.55% from 255) = 30.37%
R=36.29%
G=33.33%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416915400.080.160.283017.4466.27
HexB8A99A08101C1e1142
Octal27025123201020343621102
Binary10111000101010011001101001000100001110011110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A99A; }

 p { color: rgb(184,169,154); }

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

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

 a { background-color: rgb(184,169,154); }

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

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

 span { border-color: rgb(184,169,154); }

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