#B7ABA4

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

Shades of Silk #B7ABA4

Tints of Silk #B7ABA4

Color information

#B7ABA4 (or 0xB7ABA4) is unknown color: approx Silk. HEX triplet: B7, AB and A4. RGB value is (183,171,164). Sum of RGB (Red+Green+Blue) = 183+171+164=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 164 (64.45% from 255 or 31.66% from 518); Max value from RGB is 183 - color contains mainly: red. Hex color #B7ABA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7ABA4 is #48545B. Grayscale: #ADADAD. Windows color (decimal): -4740188 or 10791863. OLE color: 10791863.

HSL color Cylindrical-coordinate representation of color #B7ABA4: hue angle of 22.11º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7ABA4 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB183171164-
CMYK00.070.100.28
HSL22.11º11.66%68.04%-
HSV(B)22.11º10.38%71.76%-
XYZ40.7941.8741.05-
YUV173.79122.48134.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.33%
GREEN value IS 171 (67.19% from 255) = 33.01%
BLUE value IS 164 (64.45% from 255) = 31.66%
R=35.33%
G=33.01%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317116400.070.100.2822.1111.6668.04
HexB7ABA407A1C16c44
Octal2672532440712342614104
Binary10110111101010111010010001111010111001011011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ABA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ABA4; }

 p { color: rgb(183,171,164); }

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

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

 a { background-color: rgb(183,171,164); }

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

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

 span { border-color: rgb(183,171,164); }

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