#B4A89F

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

Shades of Silk #B4A89F

Tints of Silk #B4A89F

Color information

#B4A89F (or 0xB4A89F) is unknown color: approx Silk. HEX triplet: B4, A8 and 9F. RGB value is (180,168,159). Sum of RGB (Red+Green+Blue) = 180+168+159=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A89F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A89F is #4B5760. Grayscale: #AAAAAA. Windows color (decimal): -4937569 or 10463412. OLE color: 10463412.

HSL color Cylindrical-coordinate representation of color #B4A89F: hue angle of 25.71º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B4A89F is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB180168159-
CMYK00.070.120.29
HSL25.71º12.28%66.47%-
HSV(B)25.71º11.67%70.59%-
XYZ39.0840.2138.5-
YUV170.56121.48134.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.50%
GREEN value IS 168 (66.02% from 255) = 33.14%
BLUE value IS 159 (62.5% from 255) = 31.36%
R=35.50%
G=33.14%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016815900.070.120.2925.7112.2866.47
HexB4A89F07C1D1ac42
Octal2642502370714353214102
Binary10110100101010001001111101111100111011101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A89F; }

 p { color: rgb(180,168,159); }

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

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

 a { background-color: rgb(180,168,159); }

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

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

 span { border-color: rgb(180,168,159); }

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