#B8A89B

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

Shades of Silk #B8A89B

Tints of Silk #B8A89B

Color information

#B8A89B (or 0xB8A89B) is unknown color: approx Silk. HEX triplet: B8, A8 and 9B. RGB value is (184,168,155). Sum of RGB (Red+Green+Blue) = 184+168+155=507 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.29% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 155 (60.94% from 255 or 30.57% from 507); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A89B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A89B is #475764. Grayscale: #ABABAB. Windows color (decimal): -4675429 or 10201272. OLE color: 10201272.

HSL color Cylindrical-coordinate representation of color #B8A89B: hue angle of 26.9º 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 #B8A89B is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB184168155-
CMYK00.090.160.28
HSL26.9º16.96%66.47%-
HSV(B)26.9º15.76%72.16%-
XYZ39.6940.5636.75-
YUV171.3118.8137.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.29%
GREEN value IS 168 (66.02% from 255) = 33.14%
BLUE value IS 155 (60.94% from 255) = 30.57%
R=36.29%
G=33.14%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416815500.090.160.2826.916.9666.47
HexB8A89B09101C1b1142
Octal27025023301120343321102
Binary10111000101010001001101101001100001110011011100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A89B; }

 p { color: rgb(184,168,155); }

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

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

 a { background-color: rgb(184,168,155); }

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

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

 span { border-color: rgb(184,168,155); }

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