Html Css Color HEX #BCA598 Silk

📋 copy color: '#BCA598'

red 188 ◦ green 165 ◦ blue 152

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

Shades of Silk #BCA598

Tints of Silk #BCA598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 30.1%

R = 37.23%
G = 32.67%
B = 30.1%

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

#BCA598 (or 0xBCA598) is known color: Silk. HEX triplet: BC, A5 and 98. RGB value is (188,165,152). Sum of RGB (Red+Green+Blue) = 188+165+152=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 165 (64.84% from 255 or 32.67% from 505); Blue value is 152 (59.77% from 255 or 30.10% from 505); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA598 is #435A67. Grayscale: #AAAAAA. Windows color (decimal): -4414056 or 10003900. OLE color: 10003900.

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

Color convert

RGB 188 165 152 -
CMYK 0 0.12 0.19 0.26
HSL 21.67º 0.21% 0.67% -
HSV(B) 21.67º 0.19% 0.74% -
XYZ 39.86 39.87 35.3 -
YUV 170.4 117.62 140.56 -
System Red Green Blue C M Y K H S L
Decimal 188 165 152 0 0.12 0.19 0.26 21.67 0.21 0.67
Hex BC A5 98 0 C 13 1A 16 15 43
Octal 274 245 230 0 14 23 32 26 25 103
Binary 10111100 10100101 10011000 0 1100 10011 11010 10110 10101 1000011

Color Harmonies of #BCA598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA598

Black with #BCA598

Text Example


Text Example

White with #BCA598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA598; }

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

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

background-color css

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

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

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

border-color css

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

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

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