#BFB582

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

Shades of Ecru #BFB582

Tints of Ecru #BFB582

Color information

#BFB582 (or 0xBFB582) is unknown color: approx Ecru. HEX triplet: BF, B5 and 82. RGB value is (191,181,130). Sum of RGB (Red+Green+Blue) = 191+181+130=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 181 (71.09% from 255 or 36.06% from 502); Blue value is 130 (51.17% from 255 or 25.90% from 502); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB582 is #404A7D. Grayscale: #B2B2B2. Windows color (decimal): -4213374 or 8566207. OLE color: 8566207.

HSL color Cylindrical-coordinate representation of color #BFB582: hue angle of 50.16º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFB582 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB191181130-
CMYK00.050.320.25
HSL50.16º32.28%62.94%-
HSV(B)50.16º31.94%74.9%-
XYZ42.0445.7427.73-
YUV178.18100.81137.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.05%
GREEN value IS 181 (71.09% from 255) = 36.06%
BLUE value IS 130 (51.17% from 255) = 25.90%
R=38.05%
G=36.06%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118113000.050.320.2550.1632.2862.94
HexBFB58205201932203f
Octal277265202054031624077
Binary101111111011010110000010010110000011001110010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB582; }

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

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

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

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

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

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

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

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