#BFAF75

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

Shades of Ecru #BFAF75

Tints of Ecru #BFAF75

Color information

#BFAF75 (or 0xBFAF75) is unknown color: approx Ecru. HEX triplet: BF, AF and 75. RGB value is (191,175,117). Sum of RGB (Red+Green+Blue) = 191+175+117=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAF75 is #40508A. Grayscale: #ADADAD. Windows color (decimal): -4214923 or 7712703. OLE color: 7712703.

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

Color convert

RGB191175117-
CMYK00.080.390.25
HSL47.03º36.63%60.39%-
HSV(B)47.03º38.74%74.9%-
XYZ40.0343.0223.02-
YUV173.1796.3140.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.54%
GREEN value IS 175 (68.75% from 255) = 36.23%
BLUE value IS 117 (46.09% from 255) = 24.22%
R=39.54%
G=36.23%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117511700.080.390.2547.0336.6360.39
HexBFAF750827192f253c
Octal2772571650104731574574
Binary101111111010111111101010100010011111001101111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAF75; }

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

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

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

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

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

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

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

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