#BFB287

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

Shades of Ecru #BFB287

Tints of Ecru #BFB287

Color information

#BFB287 (or 0xBFB287) is unknown color: approx Ecru. HEX triplet: BF, B2 and 87. RGB value is (191,178,135). Sum of RGB (Red+Green+Blue) = 191+178+135=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 135 (53.12% from 255 or 26.79% from 504); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB287 is #404D78. Grayscale: #B1B1B1. Windows color (decimal): -4214137 or 8893119. OLE color: 8893119.

HSL color Cylindrical-coordinate representation of color #BFB287: hue angle of 46.07º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFB287 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB191178135-
CMYK00.070.290.25
HSL46.07º30.43%63.92%-
HSV(B)46.07º29.32%74.9%-
XYZ41.7844.6729.34-
YUV176.98104.31138-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.90%
GREEN value IS 178 (69.92% from 255) = 35.32%
BLUE value IS 135 (53.12% from 255) = 26.79%
R=37.90%
G=35.32%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117813500.070.290.2546.0730.4363.92
HexBFB287071D192e1e40
Octal2772622070735315636100
Binary10111111101100101000011101111110111001101110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB287; }

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

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

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

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

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

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

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

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