#BFB183

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

Shades of Ecru #BFB183

Tints of Ecru #BFB183

Color information

#BFB183 (or 0xBFB183) is unknown color: approx Ecru. HEX triplet: BF, B1 and 83. RGB value is (191,177,131). Sum of RGB (Red+Green+Blue) = 191+177+131=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 177 (69.53% from 255 or 35.47% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB183 is #404E7C. Grayscale: #B0B0B0. Windows color (decimal): -4214397 or 8630719. OLE color: 8630719.

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

Color convert

RGB191177131-
CMYK00.070.310.25
HSL46º31.91%63.14%-
HSV(B)46º31.41%74.9%-
XYZ41.344.1627.82-
YUV175.94102.64138.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.28%
GREEN value IS 177 (69.53% from 255) = 35.47%
BLUE value IS 131 (51.56% from 255) = 26.25%
R=38.28%
G=35.47%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117713100.070.310.254631.9163.14
HexBFB183071F192e203f
Octal277261203073731564077
Binary10111111101100011000001101111111111001101110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB183; }

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

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

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

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

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

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

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

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