#BFB081

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

Shades of Ecru #BFB081

Tints of Ecru #BFB081

Color information

#BFB081 (or 0xBFB081) is unknown color: approx Ecru. HEX triplet: BF, B0 and 81. RGB value is (191,176,129). Sum of RGB (Red+Green+Blue) = 191+176+129=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 129 (50.78% from 255 or 26.01% from 496); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB081 is #404F7E. Grayscale: #AFAFAF. Windows color (decimal): -4214655 or 8499391. OLE color: 8499391.

HSL color Cylindrical-coordinate representation of color #BFB081: hue angle of 45.48º 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 #BFB081 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB191176129-
CMYK00.080.320.25
HSL45.48º32.63%62.75%-
HSV(B)45.48º32.46%74.9%-
XYZ40.9743.7127.05-
YUV175.13101.97139.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.51%
GREEN value IS 176 (69.14% from 255) = 35.48%
BLUE value IS 129 (50.78% from 255) = 26.01%
R=38.51%
G=35.48%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117612900.080.320.2545.4832.6362.75
HexBFB0810820192d213f
Octal2772602010104031554177
Binary1011111110110000100000010100010000011001101101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB081; }

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

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

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

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

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

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

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

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