#BFB281

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

Shades of Ecru #BFB281

Tints of Ecru #BFB281

Color information

#BFB281 (or 0xBFB281) is unknown color: approx Ecru. HEX triplet: BF, B2 and 81. RGB value is (191,178,129). Sum of RGB (Red+Green+Blue) = 191+178+129=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 129 (50.78% from 255 or 25.90% from 498); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB281 is #404D7E. Grayscale: #B0B0B0. Windows color (decimal): -4214143 or 8499903. OLE color: 8499903.

HSL color Cylindrical-coordinate representation of color #BFB281: hue angle of 47.42º degrees, saturation: 0.33, 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 #BFB281 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB191178129-
CMYK00.070.320.25
HSL47.42º32.63%62.75%-
HSV(B)47.42º32.46%74.9%-
XYZ41.3744.527.18-
YUV176.3101.31138.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.35%
GREEN value IS 178 (69.92% from 255) = 35.74%
BLUE value IS 129 (50.78% from 255) = 25.90%
R=38.35%
G=35.74%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117812900.070.320.2547.4232.6362.75
HexBFB2810720192f213f
Octal277262201074031574177
Binary101111111011001010000001011110000011001101111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB281; }

 p { color: rgb(191,178,129); }

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

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

 a { background-color: rgb(191,178,129); }

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

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

 span { border-color: rgb(191,178,129); }

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