Html Css Color HEX #BCAA96 Silk

📋 copy color: '#BCAA96'

red 188 ◦ green 170 ◦ blue 150

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

Shades of Silk #BCAA96

Tints of Silk #BCAA96

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.46%

 BLUE value IS 150 (58.98% from 255) = 29.53%

R = 37.01%
G = 33.46%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BCAA96 (or 0xBCAA96) is known color: Silk. HEX triplet: BC, AA and 96. RGB value is (188,170,150). Sum of RGB (Red+Green+Blue) = 188+170+150=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 150 (58.98% from 255 or 29.53% from 508); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAA96 is #435569. Grayscale: #ADADAD. Windows color (decimal): -4412778 or 9874108. OLE color: 9874108.

HSL color Cylindrical-coordinate representation of color #BCAA96: hue angle of 31.58º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCAA96 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 170 150 -
CMYK 0 0.10 0.20 0.26
HSL 31.58º 0.22% 0.66% -
HSV(B) 31.58º 0.2% 0.74% -
XYZ 40.62 41.64 34.75 -
YUV 173.1 114.96 138.63 -
System Red Green Blue C M Y K H S L
Decimal 188 170 150 0 0.10 0.20 0.26 31.58 0.22 0.66
Hex BC AA 96 0 A 14 1A 20 16 42
Octal 274 252 226 0 12 24 32 40 26 102
Binary 10111100 10101010 10010110 0 1010 10100 11010 100000 10110 1000010

Color Harmonies of #BCAA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA96

Black with #BCAA96

Text Example


Text Example

White with #BCAA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA96; }

 p { color: rgb(188,170,150); }

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

background-color css

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

 a { background-color: rgb(188,170,150); }

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

border-color css

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

 span { border-color: rgb(188,170,150); }

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