#BFB482

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

Shades of Ecru #BFB482

Tints of Ecru #BFB482

Color information

#BFB482 (or 0xBFB482) is unknown color: approx Ecru. HEX triplet: BF, B4 and 82. RGB value is (191,180,130). Sum of RGB (Red+Green+Blue) = 191+180+130=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 130 (51.17% from 255 or 25.95% from 501); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB482 is #404B7D. Grayscale: #B1B1B1. Windows color (decimal): -4213630 or 8565951. OLE color: 8565951.

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

Color convert

RGB191180130-
CMYK00.060.320.25
HSL49.18º32.28%62.94%-
HSV(B)49.18º31.94%74.9%-
XYZ41.8445.3327.66-
YUV177.59101.14137.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.12%
GREEN value IS 180 (70.70% from 255) = 35.93%
BLUE value IS 130 (51.17% from 255) = 25.95%
R=38.12%
G=35.93%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118013000.060.320.2549.1832.2862.94
HexBFB48206201931203f
Octal277264202064031614077
Binary101111111011010010000010011010000011001110001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB482; }

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

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

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

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

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

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

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

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