#BFB175

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

Shades of Ecru #BFB175

Tints of Ecru #BFB175

Color information

#BFB175 (or 0xBFB175) is unknown color: approx Ecru. HEX triplet: BF, B1 and 75. RGB value is (191,177,117). Sum of RGB (Red+Green+Blue) = 191+177+117=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB175 is #404E8A. Grayscale: #AEAEAE. Windows color (decimal): -4214411 or 7713215. OLE color: 7713215.

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

Color convert

RGB191177117-
CMYK00.070.390.25
HSL48.65º36.63%60.39%-
HSV(B)48.65º38.74%74.9%-
XYZ40.4243.8123.15-
YUV174.3595.64139.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.38%
GREEN value IS 177 (69.53% from 255) = 36.49%
BLUE value IS 117 (46.09% from 255) = 24.12%
R=39.38%
G=36.49%
B=24.12%

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
Decimal19117711700.070.390.2548.6536.6360.39
HexBFB17507271931253c
Octal277261165074731614574
Binary10111111101100011110101011110011111001110001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB175; }

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

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

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

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

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

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

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

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