#BFB181

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

Shades of Ecru #BFB181

Tints of Ecru #BFB181

Color information

#BFB181 (or 0xBFB181) is unknown color: approx Ecru. HEX triplet: BF, B1 and 81. RGB value is (191,177,129). Sum of RGB (Red+Green+Blue) = 191+177+129=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 177 (69.53% from 255 or 35.61% from 497); Blue value is 129 (50.78% from 255 or 25.96% from 497); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB181 is #404E7E. Grayscale: #AFAFAF. Windows color (decimal): -4214399 or 8499647. OLE color: 8499647.

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

Color convert

RGB191177129-
CMYK00.070.320.25
HSL46.45º32.63%62.75%-
HSV(B)46.45º32.46%74.9%-
XYZ41.1744.1127.11-
YUV175.71101.64138.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.43%
GREEN value IS 177 (69.53% from 255) = 35.61%
BLUE value IS 129 (50.78% from 255) = 25.96%
R=38.43%
G=35.61%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117712900.070.320.2546.4532.6362.75
HexBFB1810720192e213f
Octal277261201074031564177
Binary101111111011000110000001011110000011001101110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB181; }

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

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

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

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

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

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

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

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