#BFB180

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

Shades of Ecru #BFB180

Tints of Ecru #BFB180

Color information

#BFB180 (or 0xBFB180) is unknown color: approx Ecru. HEX triplet: BF, B1 and 80. RGB value is (191,177,128). Sum of RGB (Red+Green+Blue) = 191+177+128=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 128 (50.39% from 255 or 25.81% from 496); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB180 is #404E7F. Grayscale: #AFAFAF. Windows color (decimal): -4214400 or 8434111. OLE color: 8434111.

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

Color convert

RGB191177128-
CMYK00.070.330.25
HSL46.67º32.98%62.55%-
HSV(B)46.67º32.98%74.9%-
XYZ41.144.0826.76-
YUV175.6101.14138.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.51%
GREEN value IS 177 (69.53% from 255) = 35.69%
BLUE value IS 128 (50.39% from 255) = 25.81%
R=38.51%
G=35.69%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117712800.070.330.2546.6732.9862.55
HexBFB1800721192f213f
Octal277261200074131574177
Binary101111111011000110000000011110000111001101111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB180; }

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

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

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

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

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

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

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

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