#BFB07D

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

Shades of Ecru #BFB07D

Tints of Ecru #BFB07D

Color information

#BFB07D (or 0xBFB07D) is unknown color: approx Ecru. HEX triplet: BF, B0 and 7D. RGB value is (191,176,125). Sum of RGB (Red+Green+Blue) = 191+176+125=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB07D is #404F82. Grayscale: #AEAEAE. Windows color (decimal): -4214659 or 8237247. OLE color: 8237247.

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

Color convert

RGB191176125-
CMYK00.080.350.25
HSL46.36º34.02%61.96%-
HSV(B)46.36º34.55%74.9%-
XYZ40.7143.6125.67-
YUV174.6799.97139.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.82%
GREEN value IS 176 (69.14% from 255) = 35.77%
BLUE value IS 125 (49.22% from 255) = 25.41%
R=38.82%
G=35.77%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117612500.080.350.2546.3634.0261.96
HexBFB07D0823192e223e
Octal2772601750104331564276
Binary101111111011000011111010100010001111001101110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB07D; }

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

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

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

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

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

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

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

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