#BFB684

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

Shades of Ecru #BFB684

Tints of Ecru #BFB684

Color information

#BFB684 (or 0xBFB684) is unknown color: approx Ecru. HEX triplet: BF, B6 and 84. RGB value is (191,182,132). Sum of RGB (Red+Green+Blue) = 191+182+132=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 132 (51.95% from 255 or 26.14% from 505); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB684 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB684 is #40497B. Grayscale: #B3B3B3. Windows color (decimal): -4213116 or 8697535. OLE color: 8697535.

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

Color convert

RGB191182132-
CMYK00.050.310.25
HSL50.85º31.55%63.33%-
HSV(B)50.85º30.89%74.9%-
XYZ42.3846.228.51-
YUV178.99101.48136.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.82%
GREEN value IS 182 (71.48% from 255) = 36.04%
BLUE value IS 132 (51.95% from 255) = 26.14%
R=37.82%
G=36.04%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118213200.050.310.2550.8531.5563.33
HexBFB684051F1933203f
Octal277266204053731634077
Binary10111111101101101000010001011111111001110011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB684; }

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

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

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

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

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

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

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

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