Html Css Color HEX #BCA693 Silk

📋 copy color: '#BCA693'

red 188 ◦ green 166 ◦ blue 147

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

Shades of Silk #BCA693

Tints of Silk #BCA693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.34%

R = 37.52%
G = 33.13%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BCA693 (or 0xBCA693) is known color: Silk. HEX triplet: BC, A6 and 93. RGB value is (188,166,147). Sum of RGB (Red+Green+Blue) = 188+166+147=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 166 (65.23% from 255 or 33.13% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA693 is #43596C. Grayscale: #AAAAAA. Windows color (decimal): -4413805 or 9676476. OLE color: 9676476.

HSL color Cylindrical-coordinate representation of color #BCA693: hue angle of 27.8º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCA693 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 166 147 -
CMYK 0 0.12 0.22 0.26
HSL 27.8º 0.23% 0.66% -
HSV(B) 27.8º 0.22% 0.74% -
XYZ 39.64 40.07 33.25 -
YUV 170.41 114.79 140.54 -
System Red Green Blue C M Y K H S L
Decimal 188 166 147 0 0.12 0.22 0.26 27.8 0.23 0.66
Hex BC A6 93 0 C 16 1A 1C 17 42
Octal 274 246 223 0 14 26 32 34 27 102
Binary 10111100 10100110 10010011 0 1100 10110 11010 11100 10111 1000010

Color Harmonies of #BCA693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA693

Black with #BCA693

Text Example


Text Example

White with #BCA693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA693; }

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

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

background-color css

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

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

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

border-color css

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

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

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