#BFB073

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

Shades of Ecru #BFB073

Tints of Ecru #BFB073

Color information

#BFB073 (or 0xBFB073) is unknown color: approx Ecru. HEX triplet: BF, B0 and 73. RGB value is (191,176,115). Sum of RGB (Red+Green+Blue) = 191+176+115=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB073 is #404F8C. Grayscale: #ADADAD. Windows color (decimal): -4214669 or 7581887. OLE color: 7581887.

HSL color Cylindrical-coordinate representation of color #BFB073: hue angle of 48.16º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFB073 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB191176115-
CMYK00.080.400.25
HSL48.16º37.25%60%-
HSV(B)48.16º39.79%74.9%-
XYZ40.1143.3622.48-
YUV173.5394.97140.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.63%
GREEN value IS 176 (69.14% from 255) = 36.51%
BLUE value IS 115 (45.31% from 255) = 23.86%
R=39.63%
G=36.51%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117611500.080.400.2548.1637.2560
HexBFB07308281930253c
Octal2772601630105031604574
Binary101111111011000011100110100010100011001110000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB073; }

 p { color: rgb(191,176,115); }

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

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

 a { background-color: rgb(191,176,115); }

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

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

 span { border-color: rgb(191,176,115); }

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