#BFB0A0

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

Shades of Silk #BFB0A0

Tints of Silk #BFB0A0

Color information

#BFB0A0 (or 0xBFB0A0) is unknown color: approx Silk. HEX triplet: BF, B0 and A0. RGB value is (191,176,160). Sum of RGB (Red+Green+Blue) = 191+176+160=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 160 (62.89% from 255 or 30.36% from 527); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB0A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB0A0 is #404F5F. Grayscale: #B2B2B2. Windows color (decimal): -4214624 or 10531007. OLE color: 10531007.

HSL color Cylindrical-coordinate representation of color #BFB0A0: hue angle of 30.97º 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 #BFB0A0 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB191176160-
CMYK00.080.160.25
HSL30.97º19.5%68.82%-
HSV(B)30.97º16.23%74.9%-
XYZ43.3644.6739.59-
YUV178.66117.47136.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.24%
GREEN value IS 176 (69.14% from 255) = 33.40%
BLUE value IS 160 (62.89% from 255) = 30.36%
R=36.24%
G=33.40%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117616000.080.160.2530.9719.568.82
HexBFB0A00810191f1345
Octal27726024001020313723105
Binary10111111101100001010000001000100001100111111100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB0A0; }

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

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

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

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

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

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

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

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