#BFB27C

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

Shades of Ecru #BFB27C

Tints of Ecru #BFB27C

Color information

#BFB27C (or 0xBFB27C) is unknown color: approx Ecru. HEX triplet: BF, B2 and 7C. RGB value is (191,178,124). Sum of RGB (Red+Green+Blue) = 191+178+124=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 124 (48.83% from 255 or 25.15% from 493); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB27C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB27C is #404D83. Grayscale: #AFAFAF. Windows color (decimal): -4214148 or 8172223. OLE color: 8172223.

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

Color convert

RGB191178124-
CMYK00.070.350.25
HSL48.36º34.36%61.76%-
HSV(B)48.36º35.08%74.9%-
XYZ41.0444.3725.47-
YUV175.7398.81138.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.74%
GREEN value IS 178 (69.92% from 255) = 36.11%
BLUE value IS 124 (48.83% from 255) = 25.15%
R=38.74%
G=36.11%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117812400.070.350.2548.3634.3661.76
HexBFB27C07231930223e
Octal277262174074331604276
Binary10111111101100101111100011110001111001110000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB27C; }

 p { color: rgb(191,178,124); }

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

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

 a { background-color: rgb(191,178,124); }

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

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

 span { border-color: rgb(191,178,124); }

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