Html Css Color HEX #BFAE76 Ecru

📋 copy color: '#BFAE76'

red 191 ◦ green 174 ◦ blue 118

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

Shades of Ecru #BFAE76

Tints of Ecru #BFAE76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.43%

R = 39.54%
G = 36.02%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BFAE76 (or 0xBFAE76) is known color: Ecru. HEX triplet: BF, AE and 76. RGB value is (191,174,118). Sum of RGB (Red+Green+Blue) = 191+174+118=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 118 (46.48% from 255 or 24.43% from 483); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAE76 is #405189. Grayscale: #ACACAC. Windows color (decimal): -4215178 or 7777983. OLE color: 7777983.

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

Color convert

RGB 191 174 118 -
CMYK 0 0.09 0.38 0.25
HSL 46.03º 0.36% 0.61% -
HSV(B) 46.03º 0.38% 0.75% -
XYZ 39.89 42.66 23.27 -
YUV 172.7 97.13 141.05 -
System Red Green Blue C M Y K H S L
Decimal 191 174 118 0 0.09 0.38 0.25 46.03 0.36 0.61
Hex BF AE 76 0 9 26 19 2E 24 3D
Octal 277 256 166 0 11 46 31 56 44 75
Binary 10111111 10101110 1110110 0 1001 100110 11001 101110 100100 111101

Color Harmonies of #BFAE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAE76

Black with #BFAE76

Text Example


Text Example

White with #BFAE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAE76; }

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

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

background-color css

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

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

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

border-color css

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

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

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