Html Css Color HEX #BCAA9B Silk

📋 copy color: '#BCAA9B'

red 188 ◦ green 170 ◦ blue 155

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

Shades of Silk #BCAA9B

Tints of Silk #BCAA9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.21%

R = 36.65%
G = 33.14%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BCAA9B (or 0xBCAA9B) is known color: Silk. HEX triplet: BC, AA and 9B. RGB value is (188,170,155). Sum of RGB (Red+Green+Blue) = 188+170+155=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 155 (60.94% from 255 or 30.21% from 513); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAA9B is #435564. Grayscale: #ADADAD. Windows color (decimal): -4412773 or 10201788. OLE color: 10201788.

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

Color convert

RGB 188 170 155 -
CMYK 0 0.10 0.18 0.26
HSL 27.27º 0.2% 0.67% -
HSV(B) 27.27º 0.18% 0.74% -
XYZ 41.03 41.81 36.92 -
YUV 173.67 117.46 138.22 -
System Red Green Blue C M Y K H S L
Decimal 188 170 155 0 0.10 0.18 0.26 27.27 0.2 0.67
Hex BC AA 9B 0 A 12 1A 1B 14 43
Octal 274 252 233 0 12 22 32 33 24 103
Binary 10111100 10101010 10011011 0 1010 10010 11010 11011 10100 1000011

Color Harmonies of #BCAA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA9B

Black with #BCAA9B

Text Example


Text Example

White with #BCAA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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