#BFAB95

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

Shades of Silk #BFAB95

Tints of Silk #BFAB95

Color information

#BFAB95 (or 0xBFAB95) is unknown color: approx Silk. HEX triplet: BF, AB and 95. RGB value is (191,171,149). Sum of RGB (Red+Green+Blue) = 191+171+149=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 149 (58.59% from 255 or 29.16% from 511); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAB95 is #40546A. Grayscale: #AEAEAE. Windows color (decimal): -4215915 or 9808831. OLE color: 9808831.

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

Color convert

RGB191171149-
CMYK00.100.220.25
HSL31.43º24.71%66.67%-
HSV(B)31.43º21.99%74.9%-
XYZ41.4742.3734.43-
YUV174.47113.63139.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.38%
GREEN value IS 171 (67.19% from 255) = 33.46%
BLUE value IS 149 (58.59% from 255) = 29.16%
R=37.38%
G=33.46%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117114900.100.220.2531.4324.7166.67
HexBFAB950A16191f1943
Octal27725322501226313731103
Binary10111111101010111001010101010101101100111111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAB95; }

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

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

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

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

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

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

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

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