#BFB1A0

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

Shades of Silk #BFB1A0

Tints of Silk #BFB1A0

Color information

#BFB1A0 (or 0xBFB1A0) is unknown color: approx Silk. HEX triplet: BF, B1 and A0. RGB value is (191,177,160). Sum of RGB (Red+Green+Blue) = 191+177+160=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 177 (69.53% from 255 or 33.52% from 528); Blue value is 160 (62.89% from 255 or 30.30% from 528); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB1A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB1A0 is #404E5F. Grayscale: #B3B3B3. Windows color (decimal): -4214368 or 10531263. OLE color: 10531263.

HSL color Cylindrical-coordinate representation of color #BFB1A0: hue angle of 32.9º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFB1A0 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB191177160-
CMYK00.070.160.25
HSL32.9º19.5%68.82%-
HSV(B)32.9º16.23%74.9%-
XYZ43.5545.0639.66-
YUV179.25117.14136.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.17%
GREEN value IS 177 (69.53% from 255) = 33.52%
BLUE value IS 160 (62.89% from 255) = 30.30%
R=36.17%
G=33.52%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117716000.070.160.2532.919.568.82
HexBFB1A0071019211345
Octal2772612400720314123105
Binary10111111101100011010000001111000011001100001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB1A0; }

 p { color: rgb(191,177,160); }

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

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

 a { background-color: rgb(191,177,160); }

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

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

 span { border-color: rgb(191,177,160); }

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