Html Css Color HEX #BCAC9A Silk

📋 copy color: '#BCAC9A'

red 188 ◦ green 172 ◦ blue 154

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

Shades of Silk #BCAC9A

Tints of Silk #BCAC9A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.46%

 BLUE value IS 154 (60.55% from 255) = 29.96%

R = 36.58%
G = 33.46%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BCAC9A (or 0xBCAC9A) is known color: Silk. HEX triplet: BC, AC and 9A. RGB value is (188,172,154). Sum of RGB (Red+Green+Blue) = 188+172+154=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 172 (67.58% from 255 or 33.46% from 514); Blue value is 154 (60.55% from 255 or 29.96% from 514); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAC9A is #435365. Grayscale: #AEAEAE. Windows color (decimal): -4412262 or 10136764. OLE color: 10136764.

HSL color Cylindrical-coordinate representation of color #BCAC9A: hue angle of 31.76º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCAC9A is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 172 154 -
CMYK 0 0.09 0.18 0.26
HSL 31.76º 0.2% 0.67% -
HSV(B) 31.76º 0.18% 0.74% -
XYZ 41.32 42.53 36.6 -
YUV 174.73 116.3 137.46 -
System Red Green Blue C M Y K H S L
Decimal 188 172 154 0 0.09 0.18 0.26 31.76 0.2 0.67
Hex BC AC 9A 0 9 12 1A 20 14 43
Octal 274 254 232 0 11 22 32 40 24 103
Binary 10111100 10101100 10011010 0 1001 10010 11010 100000 10100 1000011

Color Harmonies of #BCAC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC9A

Black with #BCAC9A

Text Example


Text Example

White with #BCAC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC9A; }

 p { color: rgb(188,172,154); }

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

background-color css

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

 a { background-color: rgb(188,172,154); }

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

border-color css

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

 span { border-color: rgb(188,172,154); }

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