#BFB084

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

Shades of Ecru #BFB084

Tints of Ecru #BFB084

Color information

#BFB084 (or 0xBFB084) is unknown color: approx Ecru. HEX triplet: BF, B0 and 84. RGB value is (191,176,132). Sum of RGB (Red+Green+Blue) = 191+176+132=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 132 (51.95% from 255 or 26.45% from 499); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB084 is #404F7B. Grayscale: #AFAFAF. Windows color (decimal): -4214652 or 8695999. OLE color: 8695999.

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

Color convert

RGB191176132-
CMYK00.080.310.25
HSL44.75º31.55%63.33%-
HSV(B)44.75º30.89%74.9%-
XYZ41.1843.7928.11-
YUV175.47103.47139.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.28%
GREEN value IS 176 (69.14% from 255) = 35.27%
BLUE value IS 132 (51.95% from 255) = 26.45%
R=38.28%
G=35.27%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117613200.080.310.2544.7531.5563.33
HexBFB084081F192d203f
Octal2772602040103731554077
Binary101111111011000010000100010001111111001101101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB084; }

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

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

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

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

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

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

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

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