Html Css Color HEX #BCAA95 Silk

📋 copy color: '#BCAA95'

red 188 ◦ green 170 ◦ blue 149

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

Shades of Silk #BCAA95

Tints of Silk #BCAA95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.39%

R = 37.08%
G = 33.53%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BCAA95 (or 0xBCAA95) is known color: Silk. HEX triplet: BC, AA and 95. RGB value is (188,170,149). Sum of RGB (Red+Green+Blue) = 188+170+149=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 149 (58.59% from 255 or 29.39% from 507); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAA95 is #43556A. Grayscale: #ADADAD. Windows color (decimal): -4412779 or 9808572. OLE color: 9808572.

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

Color convert

RGB 188 170 149 -
CMYK 0 0.10 0.21 0.26
HSL 32.31º 0.23% 0.66% -
HSV(B) 32.31º 0.21% 0.74% -
XYZ 40.54 41.61 34.33 -
YUV 172.99 114.46 138.71 -
System Red Green Blue C M Y K H S L
Decimal 188 170 149 0 0.10 0.21 0.26 32.31 0.23 0.66
Hex BC AA 95 0 A 15 1A 20 17 42
Octal 274 252 225 0 12 25 32 40 27 102
Binary 10111100 10101010 10010101 0 1010 10101 11010 100000 10111 1000010

Color Harmonies of #BCAA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA95

Black with #BCAA95

Text Example


Text Example

White with #BCAA95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA95; }

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

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

background-color css

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

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

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

border-color css

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

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

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