#BFB178

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

Shades of Ecru #BFB178

Tints of Ecru #BFB178

Color information

#BFB178 (or 0xBFB178) is unknown color: approx Ecru. HEX triplet: BF, B1 and 78. RGB value is (191,177,120). Sum of RGB (Red+Green+Blue) = 191+177+120=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 120 (47.27% from 255 or 24.59% from 488); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB178 is #404E87. Grayscale: #AEAEAE. Windows color (decimal): -4214408 or 7909823. OLE color: 7909823.

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

Color convert

RGB191177120-
CMYK00.070.370.25
HSL48.17º35.68%60.98%-
HSV(B)48.17º37.17%74.9%-
XYZ40.643.8824.1-
YUV174.6997.14139.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.14%
GREEN value IS 177 (69.53% from 255) = 36.27%
BLUE value IS 120 (47.27% from 255) = 24.59%
R=39.14%
G=36.27%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117712000.070.370.2548.1735.6860.98
HexBFB17807251930243d
Octal277261170074531604475
Binary10111111101100011111000011110010111001110000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB178; }

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

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

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

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

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

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

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

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