#BFB282

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

Shades of Ecru #BFB282

Tints of Ecru #BFB282

Color information

#BFB282 (or 0xBFB282) is unknown color: approx Ecru. HEX triplet: BF, B2 and 82. RGB value is (191,178,130). Sum of RGB (Red+Green+Blue) = 191+178+130=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 178 (69.92% from 255 or 35.67% from 499); Blue value is 130 (51.17% from 255 or 26.05% from 499); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB282 is #404D7D. Grayscale: #B0B0B0. Windows color (decimal): -4214142 or 8565439. OLE color: 8565439.

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

Color convert

RGB191178130-
CMYK00.070.320.25
HSL47.21º32.28%62.94%-
HSV(B)47.21º31.94%74.9%-
XYZ41.4444.5327.53-
YUV176.41101.81138.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.28%
GREEN value IS 178 (69.92% from 255) = 35.67%
BLUE value IS 130 (51.17% from 255) = 26.05%
R=38.28%
G=35.67%
B=26.05%

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
Decimal19117813000.070.320.2547.2132.2862.94
HexBFB2820720192f203f
Octal277262202074031574077
Binary101111111011001010000010011110000011001101111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB282; }

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

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

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

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

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

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

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

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