Html Css Color HEX #BCB0A5 Silk

📋 copy color: '#BCB0A5'

red 188 ◦ green 176 ◦ blue 165

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

Shades of Silk #BCB0A5

Tints of Silk #BCB0A5

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.27%

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

R = 35.54%
G = 33.27%
B = 31.19%

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

#BCB0A5 (or 0xBCB0A5) is known color: Silk. HEX triplet: BC, B0 and A5. RGB value is (188,176,165). Sum of RGB (Red+Green+Blue) = 188+176+165=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 165 (64.84% from 255 or 31.19% from 529); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB0A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB0A5 is #434F5A. Grayscale: #B2B2B2. Windows color (decimal): -4411227 or 10858684. OLE color: 10858684.

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

Color convert

RGB 188 176 165 -
CMYK 0 0.06 0.12 0.26
HSL 28.7º 0.15% 0.69% -
HSV(B) 28.7º 0.12% 0.74% -
XYZ 43.06 44.46 41.91 -
YUV 178.33 120.48 134.89 -
System Red Green Blue C M Y K H S L
Decimal 188 176 165 0 0.06 0.12 0.26 28.7 0.15 0.69
Hex BC B0 A5 0 6 C 1A 1D F 45
Octal 274 260 245 0 6 14 32 35 17 105
Binary 10111100 10110000 10100101 0 110 1100 11010 11101 1111 1000101

Color Harmonies of #BCB0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB0A5

Black with #BCB0A5

Text Example


Text Example

White with #BCB0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB0A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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