#BFABA0

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

Shades of Silk #BFABA0

Tints of Silk #BFABA0

Color information

#BFABA0 (or 0xBFABA0) is unknown color: approx Silk. HEX triplet: BF, AB and A0. RGB value is (191,171,160). Sum of RGB (Red+Green+Blue) = 191+171+160=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 160 (62.89% from 255 or 30.65% from 522); Max value from RGB is 191 - color contains mainly: red. Hex color #BFABA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFABA0 is #40545F. Grayscale: #AFAFAF. Windows color (decimal): -4215904 or 10529727. OLE color: 10529727.

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

Color convert

RGB191171160-
CMYK00.100.160.25
HSL21.29º19.5%68.82%-
HSV(B)21.29º16.23%74.9%-
XYZ42.3942.7439.27-
YUV175.73119.13138.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.59%
GREEN value IS 171 (67.19% from 255) = 32.76%
BLUE value IS 160 (62.89% from 255) = 30.65%
R=36.59%
G=32.76%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117116000.100.160.2521.2919.568.82
HexBFABA00A1019151345
Octal27725324001220312523105
Binary10111111101010111010000001010100001100110101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFABA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFABA0; }

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

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

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

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

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

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

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

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