Html Css Color HEX #BCA699 Silk

📋 copy color: '#BCA699'

red 188 ◦ green 166 ◦ blue 153

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

Shades of Silk #BCA699

Tints of Silk #BCA699

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.74%

 BLUE value IS 153 (60.16% from 255) = 30.18%

R = 37.08%
G = 32.74%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BCA699 (or 0xBCA699) is known color: Silk. HEX triplet: BC, A6 and 99. RGB value is (188,166,153). Sum of RGB (Red+Green+Blue) = 188+166+153=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 166 (65.23% from 255 or 32.74% from 507); Blue value is 153 (60.16% from 255 or 30.18% from 507); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA699 is #435966. Grayscale: #ABABAB. Windows color (decimal): -4413799 or 10069692. OLE color: 10069692.

HSL color Cylindrical-coordinate representation of color #BCA699: hue angle of 22.29º 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 #BCA699 is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 166 153 -
CMYK 0 0.12 0.19 0.26
HSL 22.29º 0.21% 0.67% -
HSV(B) 22.29º 0.19% 0.74% -
XYZ 40.13 40.26 35.79 -
YUV 171.1 117.79 140.06 -
System Red Green Blue C M Y K H S L
Decimal 188 166 153 0 0.12 0.19 0.26 22.29 0.21 0.67
Hex BC A6 99 0 C 13 1A 16 15 43
Octal 274 246 231 0 14 23 32 26 25 103
Binary 10111100 10100110 10011001 0 1100 10011 11010 10110 10101 1000011

Color Harmonies of #BCA699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA699

Black with #BCA699

Text Example


Text Example

White with #BCA699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA699; }

 p { color: rgb(188,166,153); }

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

background-color css

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

 a { background-color: rgb(188,166,153); }

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

border-color css

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

 span { border-color: rgb(188,166,153); }

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