#BCAA98

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

Shades of Silk #BCAA98

Tints of Silk #BCAA98

Color information

#BCAA98 (or 0xBCAA98) is unknown color: approx Silk. HEX triplet: BC, AA and 98. RGB value is (188,170,152). Sum of RGB (Red+Green+Blue) = 188+170+152=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 152 (59.77% from 255 or 29.80% from 510); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAA98 is #435567. Grayscale: #ADADAD. Windows color (decimal): -4412776 or 10005180. OLE color: 10005180.

HSL color Cylindrical-coordinate representation of color #BCAA98: hue angle of 30º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCAA98 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB188170152-
CMYK00.100.190.26
HSL30º21.18%66.67%-
HSV(B)30º19.15%73.73%-
XYZ40.7841.7135.61-
YUV173.33115.96138.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.86%
GREEN value IS 170 (66.80% from 255) = 33.33%
BLUE value IS 152 (59.77% from 255) = 29.80%
R=36.86%
G=33.33%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817015200.100.190.263021.1866.67
HexBCAA980A131A1e1543
Octal27425223001223323625103
Binary10111100101010101001100001010100111101011110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAA98; }

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

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

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

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

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

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

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

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