Html Css Color HEX #BFA777 Ecru

📋 copy color: '#BFA777'

red 191 ◦ green 167 ◦ blue 119

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

Shades of Ecru #BFA777

Tints of Ecru #BFA777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.95%

R = 40.04%
G = 35.01%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BFA777 (or 0xBFA777) is known color: Ecru. HEX triplet: BF, A7 and 77. RGB value is (191,167,119). Sum of RGB (Red+Green+Blue) = 191+167+119=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 167 (65.62% from 255 or 35.01% from 477); Blue value is 119 (46.88% from 255 or 24.95% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA777 is #405888. Grayscale: #A8A8A8. Windows color (decimal): -4216969 or 7841727. OLE color: 7841727.

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

Color convert

RGB 191 167 119 -
CMYK 0 0.13 0.38 0.25
HSL 40º 0.36% 0.61% -
HSV(B) 40º 0.38% 0.75% -
XYZ 38.63 40.05 23.15 -
YUV 168.7 99.95 143.9 -
System Red Green Blue C M Y K H S L
Decimal 191 167 119 0 0.13 0.38 0.25 40 0.36 0.61
Hex BF A7 77 0 D 26 19 28 24 3D
Octal 277 247 167 0 15 46 31 50 44 75
Binary 10111111 10100111 1110111 0 1101 100110 11001 101000 100100 111101

Color Harmonies of #BFA777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA777

Black with #BFA777

Text Example


Text Example

White with #BFA777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA777; }

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

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

background-color css

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

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

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

border-color css

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

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

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