#BFB09E

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

Shades of Silk #BFB09E

Tints of Silk #BFB09E

Color information

#BFB09E (or 0xBFB09E) is unknown color: approx Silk. HEX triplet: BF, B0 and 9E. RGB value is (191,176,158). Sum of RGB (Red+Green+Blue) = 191+176+158=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 158 (62.11% from 255 or 30.10% from 525); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB09E is #404F61. Grayscale: #B2B2B2. Windows color (decimal): -4214626 or 10399935. OLE color: 10399935.

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

Color convert

RGB191176158-
CMYK00.080.170.25
HSL32.73º20.5%68.43%-
HSV(B)32.73º17.28%74.9%-
XYZ43.1844.638.68-
YUV178.43116.47136.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.38%
GREEN value IS 176 (69.14% from 255) = 33.52%
BLUE value IS 158 (62.11% from 255) = 30.10%
R=36.38%
G=33.52%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117615800.080.170.2532.7320.568.43
HexBFB09E081119211444
Octal27726023601021314124104
Binary101111111011000010011110010001000111001100001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB09E; }

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

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

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

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

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

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

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

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