Html Css Color HEX #BCB1A4 Silk

📋 copy color: '#BCB1A4'

red 188 ◦ green 177 ◦ blue 164

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

Shades of Silk #BCB1A4

Tints of Silk #BCB1A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31%

R = 35.54%
G = 33.46%
B = 31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BCB1A4 (or 0xBCB1A4) is known color: Silk. HEX triplet: BC, B1 and A4. RGB value is (188,177,164). Sum of RGB (Red+Green+Blue) = 188+177+164=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 164 (64.45% from 255 or 31.00% from 529); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB1A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB1A4 is #434E5B. Grayscale: #B2B2B2. Windows color (decimal): -4410972 or 10793404. OLE color: 10793404.

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

Color convert

RGB 188 177 164 -
CMYK 0 0.06 0.13 0.26
HSL 32.5º 0.15% 0.69% -
HSV(B) 32.5º 0.13% 0.74% -
XYZ 43.16 44.82 41.5 -
YUV 178.81 119.64 134.56 -
System Red Green Blue C M Y K H S L
Decimal 188 177 164 0 0.06 0.13 0.26 32.5 0.15 0.69
Hex BC B1 A4 0 6 D 1A 20 F 45
Octal 274 261 244 0 6 15 32 40 17 105
Binary 10111100 10110001 10100100 0 110 1101 11010 100000 1111 1000101

Color Harmonies of #BCB1A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB1A4

Black with #BCB1A4

Text Example


Text Example

White with #BCB1A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB1A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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