Html Css Color HEX #BCA99D Silk

📋 copy color: '#BCA99D'

red 188 ◦ green 169 ◦ blue 157

#BCA99D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Silk #BCA99D

Tints of Silk #BCA99D

RGB

 RED value IS 188 (73.83% from 255) = 36.58%

 GREEN value IS 169 (66.41% from 255) = 32.88%

 BLUE value IS 157 (61.72% from 255) = 30.54%

R = 36.58%
G = 32.88%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BCA99D (or 0xBCA99D) is known color: Silk. HEX triplet: BC, A9 and 9D. RGB value is (188,169,157). Sum of RGB (Red+Green+Blue) = 188+169+157=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 169 (66.41% from 255 or 32.88% from 514); Blue value is 157 (61.72% from 255 or 30.54% from 514); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA99D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA99D is #435662. Grayscale: #ADADAD. Windows color (decimal): -4413027 or 10332604. OLE color: 10332604.

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

Color convert

RGB 188 169 157 -
CMYK 0 0.10 0.16 0.26
HSL 23.23º 0.19% 0.68% -
HSV(B) 23.23º 0.16% 0.74% -
XYZ 41.01 41.5 37.75 -
YUV 173.31 118.79 138.48 -
System Red Green Blue C M Y K H S L
Decimal 188 169 157 0 0.10 0.16 0.26 23.23 0.19 0.68
Hex BC A9 9D 0 A 10 1A 17 13 44
Octal 274 251 235 0 12 20 32 27 23 104
Binary 10111100 10101001 10011101 0 1010 10000 11010 10111 10011 1000100

Color Harmonies of #BCA99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA99D

Black with #BCA99D

Text Example


Text Example

White with #BCA99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA99D; }

 p { color: rgb(188,169,157); }

 H1.HeaderClassName
 {
   color: #BCA99D;
 }
 .AnyTagClassName
 {
   color: #BCA99D;
 }
</style>

background-color css

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

 a { background-color: rgb(188,169,157); }

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

border-color css

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

 span { border-color: rgb(188,169,157); }

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