Html Css Color HEX #BCA594 Silk

📋 copy color: '#BCA594'

red 188 ◦ green 165 ◦ blue 148

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

Shades of Silk #BCA594

Tints of Silk #BCA594

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.93%

 BLUE value IS 148 (58.2% from 255) = 29.54%

R = 37.52%
G = 32.93%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BCA594 (or 0xBCA594) is known color: Silk. HEX triplet: BC, A5 and 94. RGB value is (188,165,148). Sum of RGB (Red+Green+Blue) = 188+165+148=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA594 is #435A6B. Grayscale: #AAAAAA. Windows color (decimal): -4414060 or 9741756. OLE color: 9741756.

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

Color convert

RGB 188 165 148 -
CMYK 0 0.12 0.21 0.26
HSL 25.5º 0.23% 0.66% -
HSV(B) 25.5º 0.21% 0.74% -
XYZ 39.54 39.74 33.6 -
YUV 169.94 115.62 140.88 -
System Red Green Blue C M Y K H S L
Decimal 188 165 148 0 0.12 0.21 0.26 25.5 0.23 0.66
Hex BC A5 94 0 C 15 1A 1A 17 42
Octal 274 245 224 0 14 25 32 32 27 102
Binary 10111100 10100101 10010100 0 1100 10101 11010 11010 10111 1000010

Color Harmonies of #BCA594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA594

Black with #BCA594

Text Example


Text Example

White with #BCA594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA594; }

 p { color: rgb(188,165,148); }

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

background-color css

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

 a { background-color: rgb(188,165,148); }

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

border-color css

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

 span { border-color: rgb(188,165,148); }

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