Html Css Color HEX #BCA895 Silk

📋 copy color: '#BCA895'

red 188 ◦ green 168 ◦ blue 149

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

Shades of Silk #BCA895

Tints of Silk #BCA895

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.27%

 BLUE value IS 149 (58.59% from 255) = 29.5%

R = 37.23%
G = 33.27%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BCA895 (or 0xBCA895) is known color: Silk. HEX triplet: BC, A8 and 95. RGB value is (188,168,149). Sum of RGB (Red+Green+Blue) = 188+168+149=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 149 (58.59% from 255 or 29.50% from 505); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA895 is #43576A. Grayscale: #ABABAB. Windows color (decimal): -4413291 or 9808060. OLE color: 9808060.

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

Color convert

RGB 188 168 149 -
CMYK 0 0.11 0.21 0.26
HSL 29.23º 0.23% 0.66% -
HSV(B) 29.23º 0.21% 0.74% -
XYZ 40.17 40.87 34.2 -
YUV 171.81 115.13 139.54 -
System Red Green Blue C M Y K H S L
Decimal 188 168 149 0 0.11 0.21 0.26 29.23 0.23 0.66
Hex BC A8 95 0 B 15 1A 1D 17 42
Octal 274 250 225 0 13 25 32 35 27 102
Binary 10111100 10101000 10010101 0 1011 10101 11010 11101 10111 1000010

Color Harmonies of #BCA895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA895

Black with #BCA895

Text Example


Text Example

White with #BCA895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA895; }

 p { color: rgb(188,168,149); }

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

background-color css

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

 a { background-color: rgb(188,168,149); }

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

border-color css

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

 span { border-color: rgb(188,168,149); }

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