Html Css Color HEX #BFA779 Ecru

📋 copy color: '#BFA779'

red 191 ◦ green 167 ◦ blue 121

#BFA779
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ecru #BFA779

Tints of Ecru #BFA779

RGB

 RED value IS 191 (75% from 255) = 39.87%

 GREEN value IS 167 (65.63% from 255) = 34.86%

 BLUE value IS 121 (47.66% from 255) = 25.26%

R = 39.87%
G = 34.86%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BFA779 (or 0xBFA779) is known color: Ecru. HEX triplet: BF, A7 and 79. RGB value is (191,167,121). Sum of RGB (Red+Green+Blue) = 191+167+121=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 167 (65.62% from 255 or 34.86% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA779 is #405886. Grayscale: #A9A9A9. Windows color (decimal): -4216967 or 7972799. OLE color: 7972799.

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

Color convert

RGB 191 167 121 -
CMYK 0 0.13 0.37 0.25
HSL 39.43º 0.35% 0.61% -
HSV(B) 39.43º 0.37% 0.75% -
XYZ 38.76 40.09 23.79 -
YUV 168.93 100.95 143.74 -
System Red Green Blue C M Y K H S L
Decimal 191 167 121 0 0.13 0.37 0.25 39.43 0.35 0.61
Hex BF A7 79 0 D 25 19 27 23 3D
Octal 277 247 171 0 15 45 31 47 43 75
Binary 10111111 10100111 1111001 0 1101 100101 11001 100111 100011 111101

Color Harmonies of #BFA779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA779

Black with #BFA779

Text Example


Text Example

White with #BFA779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA779; }

 p { color: rgb(191,167,121); }

 H1.HeaderClassName
 {
   color: #BFA779;
 }
 .AnyTagClassName
 {
   color: #BFA779;
 }
</style>

background-color css

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

 a { background-color: rgb(191,167,121); }

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

border-color css

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

 span { border-color: rgb(191,167,121); }

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