#BFB275

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

Shades of Ecru #BFB275

Tints of Ecru #BFB275

Color information

#BFB275 (or 0xBFB275) is unknown color: approx Ecru. HEX triplet: BF, B2 and 75. RGB value is (191,178,117). Sum of RGB (Red+Green+Blue) = 191+178+117=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 178 (69.92% from 255 or 36.63% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB275 is #404D8A. Grayscale: #AFAFAF. Windows color (decimal): -4214155 or 7713471. OLE color: 7713471.

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

Color convert

RGB191178117-
CMYK00.070.390.25
HSL49.46º36.63%60.39%-
HSV(B)49.46º38.74%74.9%-
XYZ40.6244.223.22-
YUV174.9395.31139.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.30%
GREEN value IS 178 (69.92% from 255) = 36.63%
BLUE value IS 117 (46.09% from 255) = 24.07%
R=39.30%
G=36.63%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117811700.070.390.2549.4636.6360.39
HexBFB27507271931253c
Octal277262165074731614574
Binary10111111101100101110101011110011111001110001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB275; }

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

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

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

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

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

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

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

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