#BFB286

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

Shades of Ecru #BFB286

Tints of Ecru #BFB286

Color information

#BFB286 (or 0xBFB286) is unknown color: approx Ecru. HEX triplet: BF, B2 and 86. RGB value is (191,178,134). Sum of RGB (Red+Green+Blue) = 191+178+134=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 134 (52.73% from 255 or 26.64% from 503); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB286 is #404D79. Grayscale: #B1B1B1. Windows color (decimal): -4214138 or 8827583. OLE color: 8827583.

HSL color Cylindrical-coordinate representation of color #BFB286: hue angle of 46.32º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFB286 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB191178134-
CMYK00.070.300.25
HSL46.32º30.81%63.73%-
HSV(B)46.32º29.84%74.9%-
XYZ41.7144.6428.97-
YUV176.87103.81138.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.97%
GREEN value IS 178 (69.92% from 255) = 35.39%
BLUE value IS 134 (52.73% from 255) = 26.64%
R=37.97%
G=35.39%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117813400.070.300.2546.3230.8163.73
HexBFB286071E192e1f40
Octal2772622060736315637100
Binary10111111101100101000011001111111011001101110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB286; }

 p { color: rgb(191,178,134); }

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

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

 a { background-color: rgb(191,178,134); }

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

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

 span { border-color: rgb(191,178,134); }

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