#B8A89C

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

Shades of Silk #B8A89C

Tints of Silk #B8A89C

Color information

#B8A89C (or 0xB8A89C) is unknown color: approx Silk. HEX triplet: B8, A8 and 9C. RGB value is (184,168,156). Sum of RGB (Red+Green+Blue) = 184+168+156=508 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.22% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 156 (61.33% from 255 or 30.71% from 508); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A89C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A89C is #475763. Grayscale: #ABABAB. Windows color (decimal): -4675428 or 10266808. OLE color: 10266808.

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

Color convert

RGB184168156-
CMYK00.090.150.28
HSL25.71º16.47%66.67%-
HSV(B)25.71º15.22%72.16%-
XYZ39.7740.637.19-
YUV171.42119.3136.98-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.22%
GREEN value IS 168 (66.02% from 255) = 33.07%
BLUE value IS 156 (61.33% from 255) = 30.71%
R=36.22%
G=33.07%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416815600.090.150.2825.7116.4766.67
HexB8A89C09F1C1a1043
Octal27025023401117343220103
Binary1011100010101000100111000100111111110011010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A89C; }

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

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

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

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

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

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

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

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