#BFB67D

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

Shades of Ecru #BFB67D

Tints of Ecru #BFB67D

Color information

#BFB67D (or 0xBFB67D) is unknown color: approx Ecru. HEX triplet: BF, B6 and 7D. RGB value is (191,182,125). Sum of RGB (Red+Green+Blue) = 191+182+125=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 182 (71.48% from 255 or 36.55% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB67D is #404982. Grayscale: #B2B2B2. Windows color (decimal): -4213123 or 8238783. OLE color: 8238783.

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

Color convert

RGB191182125-
CMYK00.050.350.25
HSL51.82º34.02%61.96%-
HSV(B)51.82º34.55%74.9%-
XYZ41.9246.0126.07-
YUV178.1997.98137.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.35%
GREEN value IS 182 (71.48% from 255) = 36.55%
BLUE value IS 125 (49.22% from 255) = 25.10%
R=38.35%
G=36.55%
B=25.10%

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
Decimal19118212500.050.350.2551.8234.0261.96
HexBFB67D05231934223e
Octal277266175054331644276
Binary10111111101101101111101010110001111001110100100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB67D; }

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

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

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

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

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

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

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

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