Html Css Color HEX #BFAE79 Ecru

📋 copy color: '#BFAE79'

red 191 ◦ green 174 ◦ blue 121

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

Shades of Ecru #BFAE79

Tints of Ecru #BFAE79

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.8%

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

R = 39.3%
G = 35.8%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BFAE79 (or 0xBFAE79) is known color: Ecru. HEX triplet: BF, AE and 79. RGB value is (191,174,121). Sum of RGB (Red+Green+Blue) = 191+174+121=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 121 (47.66% from 255 or 24.90% from 486); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAE79 is #405186. Grayscale: #ADADAD. Windows color (decimal): -4215175 or 7974591. OLE color: 7974591.

HSL color Cylindrical-coordinate representation of color #BFAE79: hue angle of 45.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 #BFAE79 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 174 121 -
CMYK 0 0.09 0.37 0.25
HSL 45.43º 0.35% 0.61% -
HSV(B) 45.43º 0.37% 0.75% -
XYZ 40.07 42.73 24.22 -
YUV 173.04 98.63 140.81 -
System Red Green Blue C M Y K H S L
Decimal 191 174 121 0 0.09 0.37 0.25 45.43 0.35 0.61
Hex BF AE 79 0 9 25 19 2D 23 3D
Octal 277 256 171 0 11 45 31 55 43 75
Binary 10111111 10101110 1111001 0 1001 100101 11001 101101 100011 111101

Color Harmonies of #BFAE79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAE79

Black with #BFAE79

Text Example


Text Example

White with #BFAE79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAE79; }

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

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

background-color css

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

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

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

border-color css

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

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

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