#BFB683

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

Shades of Ecru #BFB683

Tints of Ecru #BFB683

Color information

#BFB683 (or 0xBFB683) is unknown color: approx Ecru. HEX triplet: BF, B6 and 83. RGB value is (191,182,131). Sum of RGB (Red+Green+Blue) = 191+182+131=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 182 (71.48% from 255 or 36.11% from 504); Blue value is 131 (51.56% from 255 or 25.99% from 504); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB683 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB683 is #40497C. Grayscale: #B3B3B3. Windows color (decimal): -4213117 or 8631999. OLE color: 8631999.

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

Color convert

RGB191182131-
CMYK00.050.310.25
HSL51º31.91%63.14%-
HSV(B)51º31.41%74.9%-
XYZ42.3146.1728.15-
YUV178.88100.98136.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.90%
GREEN value IS 182 (71.48% from 255) = 36.11%
BLUE value IS 131 (51.56% from 255) = 25.99%
R=37.90%
G=36.11%
B=25.99%

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
Decimal19118213100.050.310.255131.9163.14
HexBFB683051F1933203f
Octal277266203053731634077
Binary10111111101101101000001101011111111001110011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB683; }

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

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

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

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

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

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

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

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