Html Css Color HEX #BCA99C Silk

📋 copy color: '#BCA99C'

red 188 ◦ green 169 ◦ blue 156

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

Shades of Silk #BCA99C

Tints of Silk #BCA99C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.41%

R = 36.65%
G = 32.94%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BCA99C (or 0xBCA99C) is known color: Silk. HEX triplet: BC, A9 and 9C. RGB value is (188,169,156). Sum of RGB (Red+Green+Blue) = 188+169+156=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 169 (66.41% from 255 or 32.94% from 513); Blue value is 156 (61.33% from 255 or 30.41% from 513); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA99C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA99C is #435663. Grayscale: #ADADAD. Windows color (decimal): -4413028 or 10267068. OLE color: 10267068.

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

Color convert

RGB 188 169 156 -
CMYK 0 0.10 0.17 0.26
HSL 24.38º 0.19% 0.67% -
HSV(B) 24.38º 0.17% 0.74% -
XYZ 40.93 41.47 37.3 -
YUV 173.2 118.29 138.56 -
System Red Green Blue C M Y K H S L
Decimal 188 169 156 0 0.10 0.17 0.26 24.38 0.19 0.67
Hex BC A9 9C 0 A 11 1A 18 13 43
Octal 274 251 234 0 12 21 32 30 23 103
Binary 10111100 10101001 10011100 0 1010 10001 11010 11000 10011 1000011

Color Harmonies of #BCA99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA99C

Black with #BCA99C

Text Example


Text Example

White with #BCA99C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA99C; }

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

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

background-color css

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

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

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

border-color css

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

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

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