#BFAA98

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

Shades of Silk #BFAA98

Tints of Silk #BFAA98

Color information

#BFAA98 (or 0xBFAA98) is unknown color: approx Silk. HEX triplet: BF, AA and 98. RGB value is (191,170,152). Sum of RGB (Red+Green+Blue) = 191+170+152=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 152 (59.77% from 255 or 29.63% from 513); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAA98 is #405567. Grayscale: #AEAEAE. Windows color (decimal): -4216168 or 10005183. OLE color: 10005183.

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

Color convert

RGB191170152-
CMYK00.110.200.25
HSL27.69º23.35%67.25%-
HSV(B)27.69º20.42%74.9%-
XYZ41.5342.0935.64-
YUV174.23115.46139.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.23%
GREEN value IS 170 (66.80% from 255) = 33.14%
BLUE value IS 152 (59.77% from 255) = 29.63%
R=37.23%
G=33.14%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117015200.110.200.2527.6923.3567.25
HexBFAA980B14191c1743
Octal27725223001324313427103
Binary10111111101010101001100001011101001100111100101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAA98; }

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

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

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

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

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

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

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

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