#BFB681

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

Shades of Ecru #BFB681

Tints of Ecru #BFB681

Color information

#BFB681 (or 0xBFB681) is unknown color: approx Ecru. HEX triplet: BF, B6 and 81. RGB value is (191,182,129). Sum of RGB (Red+Green+Blue) = 191+182+129=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 182 (71.48% from 255 or 36.25% from 502); Blue value is 129 (50.78% from 255 or 25.70% from 502); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB681 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB681 is #40497E. Grayscale: #B2B2B2. Windows color (decimal): -4213119 or 8500927. OLE color: 8500927.

HSL color Cylindrical-coordinate representation of color #BFB681: hue angle of 51.29º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFB681 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB191182129-
CMYK00.050.320.25
HSL51.29º32.63%62.75%-
HSV(B)51.29º32.46%74.9%-
XYZ42.1846.1227.45-
YUV178.6599.98136.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.05%
GREEN value IS 182 (71.48% from 255) = 36.25%
BLUE value IS 129 (50.78% from 255) = 25.70%
R=38.05%
G=36.25%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118212900.050.320.2551.2932.6362.75
HexBFB68105201933213f
Octal277266201054031634177
Binary101111111011011010000001010110000011001110011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB681; }

 p { color: rgb(191,182,129); }

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

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

 a { background-color: rgb(191,182,129); }

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

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

 span { border-color: rgb(191,182,129); }

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