Html Css Color HEX #BCB1A5 Silk

📋 copy color: '#BCB1A5'

red 188 ◦ green 177 ◦ blue 165

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

Shades of Silk #BCB1A5

Tints of Silk #BCB1A5

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.4%

 BLUE value IS 165 (64.84% from 255) = 31.13%

R = 35.47%
G = 33.4%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BCB1A5 (or 0xBCB1A5) is known color: Silk. HEX triplet: BC, B1 and A5. RGB value is (188,177,165). Sum of RGB (Red+Green+Blue) = 188+177+165=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 165 (64.84% from 255 or 31.13% from 530); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB1A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB1A5 is #434E5A. Grayscale: #B2B2B2. Windows color (decimal): -4410971 or 10858940. OLE color: 10858940.

HSL color Cylindrical-coordinate representation of color #BCB1A5: hue angle of 31.3º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCB1A5 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 177 165 -
CMYK 0 0.06 0.12 0.26
HSL 31.3º 0.15% 0.69% -
HSV(B) 31.3º 0.12% 0.74% -
XYZ 43.25 44.85 41.98 -
YUV 178.92 120.14 134.48 -
System Red Green Blue C M Y K H S L
Decimal 188 177 165 0 0.06 0.12 0.26 31.3 0.15 0.69
Hex BC B1 A5 0 6 C 1A 1F F 45
Octal 274 261 245 0 6 14 32 37 17 105
Binary 10111100 10110001 10100101 0 110 1100 11010 11111 1111 1000101

Color Harmonies of #BCB1A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB1A5

Black with #BCB1A5

Text Example


Text Example

White with #BCB1A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB1A5; }

 p { color: rgb(188,177,165); }

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

background-color css

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

 a { background-color: rgb(188,177,165); }

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

border-color css

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

 span { border-color: rgb(188,177,165); }

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