#BFB0A1

Color #BFB0A1 Silk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silk #BFB0A1

Tints of Silk #BFB0A1

Color information

#BFB0A1 (or 0xBFB0A1) is unknown color: approx Silk. HEX triplet: BF, B0 and A1. RGB value is (191,176,161). Sum of RGB (Red+Green+Blue) = 191+176+161=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 176 (69.14% from 255 or 33.33% from 528); Blue value is 161 (63.28% from 255 or 30.49% from 528); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB0A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB0A1 is #404F5E. Grayscale: #B2B2B2. Windows color (decimal): -4214623 or 10596543. OLE color: 10596543.

HSL color Cylindrical-coordinate representation of color #BFB0A1: hue angle of 30º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFB0A1 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB191176161-
CMYK00.080.160.25
HSL30º18.99%69.02%-
HSV(B)30º15.71%74.9%-
XYZ43.4444.740.06-
YUV178.77117.97136.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.17%
GREEN value IS 176 (69.14% from 255) = 33.33%
BLUE value IS 161 (63.28% from 255) = 30.49%
R=36.17%
G=33.33%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117616100.080.160.253018.9969.02
HexBFB0A10810191e1345
Octal27726024101020313623105
Binary10111111101100001010000101000100001100111110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB0A1; }

 p { color: rgb(191,176,161); }

 H1.HeaderClassName
 {
   color: #BFB0A1;
 }
 .AnyTagClassName
 {
   color: #BFB0A1;
 }
</style>
background-color css

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

 a { background-color: rgb(191,176,161); }

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

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

 span { border-color: rgb(191,176,161); }

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