#B4A89E

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

Shades of Silk #B4A89E

Tints of Silk #B4A89E

Color information

#B4A89E (or 0xB4A89E) is unknown color: approx Silk. HEX triplet: B4, A8 and 9E. RGB value is (180,168,158). Sum of RGB (Red+Green+Blue) = 180+168+158=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A89E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A89E is #4B5761. Grayscale: #AAAAAA. Windows color (decimal): -4937570 or 10397876. OLE color: 10397876.

HSL color Cylindrical-coordinate representation of color #B4A89E: hue angle of 27.27º degrees, saturation: 0.13, 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 #B4A89E is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB180168158-
CMYK00.070.120.29
HSL27.27º12.79%66.27%-
HSV(B)27.27º12.22%70.59%-
XYZ3940.1838.05-
YUV170.45120.98134.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.57%
GREEN value IS 168 (66.02% from 255) = 33.20%
BLUE value IS 158 (62.11% from 255) = 31.23%
R=35.57%
G=33.20%
B=31.23%

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
Decimal18016815800.070.120.2927.2712.7966.27
HexB4A89E07C1D1bd42
Octal2642502360714353315102
Binary10110100101010001001111001111100111011101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A89E; }

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

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

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

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

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

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

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

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