Html Css Color HEX #BCA798 Silk

📋 copy color: '#BCA798'

red 188 ◦ green 167 ◦ blue 152

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

Shades of Silk #BCA798

Tints of Silk #BCA798

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.94%

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

R = 37.08%
G = 32.94%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BCA798 (or 0xBCA798) is known color: Silk. HEX triplet: BC, A7 and 98. RGB value is (188,167,152). Sum of RGB (Red+Green+Blue) = 188+167+152=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 167 (65.62% from 255 or 32.94% from 507); Blue value is 152 (59.77% from 255 or 29.98% from 507); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA798 is #435867. Grayscale: #ABABAB. Windows color (decimal): -4413544 or 10004412. OLE color: 10004412.

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

Color convert

RGB 188 167 152 -
CMYK 0 0.11 0.19 0.26
HSL 25º 0.21% 0.67% -
HSV(B) 25º 0.19% 0.74% -
XYZ 40.23 40.6 35.42 -
YUV 171.57 116.96 139.72 -
System Red Green Blue C M Y K H S L
Decimal 188 167 152 0 0.11 0.19 0.26 25 0.21 0.67
Hex BC A7 98 0 B 13 1A 19 15 43
Octal 274 247 230 0 13 23 32 31 25 103
Binary 10111100 10100111 10011000 0 1011 10011 11010 11001 10101 1000011

Color Harmonies of #BCA798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA798

Black with #BCA798

Text Example


Text Example

White with #BCA798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA798; }

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

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

background-color css

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

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

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

border-color css

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

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

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