#BFAC98

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

Shades of Silk #BFAC98

Tints of Silk #BFAC98

Color information

#BFAC98 (or 0xBFAC98) is unknown color: approx Silk. HEX triplet: BF, AC and 98. RGB value is (191,172,152). Sum of RGB (Red+Green+Blue) = 191+172+152=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 152 (59.77% from 255 or 29.51% from 515); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAC98 is #405367. Grayscale: #AFAFAF. Windows color (decimal): -4215656 or 10005695. OLE color: 10005695.

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

Color convert

RGB191172152-
CMYK00.100.200.25
HSL30.77º23.35%67.25%-
HSV(B)30.77º20.42%74.9%-
XYZ41.9142.8535.77-
YUV175.4114.79139.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.09%
GREEN value IS 172 (67.58% from 255) = 33.40%
BLUE value IS 152 (59.77% from 255) = 29.51%
R=37.09%
G=33.40%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117215200.100.200.2530.7723.3567.25
HexBFAC980A14191f1743
Octal27725423001224313727103
Binary10111111101011001001100001010101001100111111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAC98; }

 p { color: rgb(191,172,152); }

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

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

 a { background-color: rgb(191,172,152); }

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

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

 span { border-color: rgb(191,172,152); }

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