#BFB57D

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

Shades of Ecru #BFB57D

Tints of Ecru #BFB57D

Color information

#BFB57D (or 0xBFB57D) is unknown color: approx Ecru. HEX triplet: BF, B5 and 7D. RGB value is (191,181,125). Sum of RGB (Red+Green+Blue) = 191+181+125=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB57D is #404A82. Grayscale: #B1B1B1. Windows color (decimal): -4213379 or 8238527. OLE color: 8238527.

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

Color convert

RGB191181125-
CMYK00.050.350.25
HSL50.91º34.02%61.96%-
HSV(B)50.91º34.55%74.9%-
XYZ41.7145.626.01-
YUV177.6198.31137.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.43%
GREEN value IS 181 (71.09% from 255) = 36.42%
BLUE value IS 125 (49.22% from 255) = 25.15%
R=38.43%
G=36.42%
B=25.15%

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
Decimal19118112500.050.350.2550.9134.0261.96
HexBFB57D05231933223e
Octal277265175054331634276
Binary10111111101101011111101010110001111001110011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB57D; }

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

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

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

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

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

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

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

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