#BFB187

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

Shades of Ecru #BFB187

Tints of Ecru #BFB187

Color information

#BFB187 (or 0xBFB187) is unknown color: approx Ecru. HEX triplet: BF, B1 and 87. RGB value is (191,177,135). Sum of RGB (Red+Green+Blue) = 191+177+135=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 135 (53.12% from 255 or 26.84% from 503); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB187 is #404E78. Grayscale: #B0B0B0. Windows color (decimal): -4214393 or 8892863. OLE color: 8892863.

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

Color convert

RGB191177135-
CMYK00.070.290.25
HSL45º30.43%63.92%-
HSV(B)45º29.32%74.9%-
XYZ41.5844.2729.28-
YUV176.4104.64138.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.97%
GREEN value IS 177 (69.53% from 255) = 35.19%
BLUE value IS 135 (53.12% from 255) = 26.84%
R=37.97%
G=35.19%
B=26.84%

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
Decimal19117713500.070.290.254530.4363.92
HexBFB187071D192d1e40
Octal2772612070735315536100
Binary10111111101100011000011101111110111001101101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB187; }

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

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

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

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

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

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

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

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