#B8A99E

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

Shades of Silk #B8A99E

Tints of Silk #B8A99E

Color information

#B8A99E (or 0xB8A99E) is unknown color: approx Silk. HEX triplet: B8, A9 and 9E. RGB value is (184,169,158). Sum of RGB (Red+Green+Blue) = 184+169+158=511 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.01% from 511); Green value is 169 (66.41% from 255 or 33.07% from 511); Blue value is 158 (62.11% from 255 or 30.92% from 511); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A99E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A99E is #475661. Grayscale: #ACACAC. Windows color (decimal): -4675170 or 10398136. OLE color: 10398136.

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

Color convert

RGB184169158-
CMYK00.080.140.28
HSL25.38º15.48%67.06%-
HSV(B)25.38º14.13%72.16%-
XYZ40.1341.0338.15-
YUV172.23119.97136.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.01%
GREEN value IS 169 (66.41% from 255) = 33.07%
BLUE value IS 158 (62.11% from 255) = 30.92%
R=36.01%
G=33.07%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416915800.080.140.2825.3815.4867.06
HexB8A99E08E1C19f43
Octal27025123601016343117103
Binary101110001010100110011110010001110111001100111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A99E; }

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

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

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

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

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

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

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

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