#BFB67C

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

Shades of Ecru #BFB67C

Tints of Ecru #BFB67C

Color information

#BFB67C (or 0xBFB67C) is unknown color: approx Ecru. HEX triplet: BF, B6 and 7C. RGB value is (191,182,124). Sum of RGB (Red+Green+Blue) = 191+182+124=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB67C is #404983. Grayscale: #B2B2B2. Windows color (decimal): -4213124 or 8173247. OLE color: 8173247.

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

Color convert

RGB191182124-
CMYK00.050.350.25
HSL51.94º34.36%61.76%-
HSV(B)51.94º35.08%74.9%-
XYZ41.8545.9925.74-
YUV178.0897.48137.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.43%
GREEN value IS 182 (71.48% from 255) = 36.62%
BLUE value IS 124 (48.83% from 255) = 24.95%
R=38.43%
G=36.62%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118212400.050.350.2551.9434.3661.76
HexBFB67C05231934223e
Octal277266174054331644276
Binary10111111101101101111100010110001111001110100100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB67C; }

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

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

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

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

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

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

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

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