#BFAB9B

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

Shades of Silk #BFAB9B

Tints of Silk #BFAB9B

Color information

#BFAB9B (or 0xBFAB9B) is unknown color: approx Silk. HEX triplet: BF, AB and 9B. RGB value is (191,171,155). Sum of RGB (Red+Green+Blue) = 191+171+155=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 155 (60.94% from 255 or 29.98% from 517); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAB9B is #405464. Grayscale: #AFAFAF. Windows color (decimal): -4215909 or 10202047. OLE color: 10202047.

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

Color convert

RGB191171155-
CMYK00.100.190.25
HSL26.67º21.95%67.84%-
HSV(B)26.67º18.85%74.9%-
XYZ41.9742.5737.02-
YUV175.16116.63139.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.94%
GREEN value IS 171 (67.19% from 255) = 33.08%
BLUE value IS 155 (60.94% from 255) = 29.98%
R=36.94%
G=33.08%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117115500.100.190.2526.6721.9567.84
HexBFAB9B0A13191b1644
Octal27725323301223313326104
Binary10111111101010111001101101010100111100111011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAB9B; }

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

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

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

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

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

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

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

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