Html Css Color HEX #BFAE7F Ecru

📋 copy color: '#BFAE7F'

red 191 ◦ green 174 ◦ blue 127

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

Shades of Ecru #BFAE7F

Tints of Ecru #BFAE7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.81%

R = 38.82%
G = 35.37%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BFAE7F (or 0xBFAE7F) is known color: Ecru. HEX triplet: BF, AE and 7F. RGB value is (191,174,127). Sum of RGB (Red+Green+Blue) = 191+174+127=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 127 (50% from 255 or 25.81% from 492); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAE7F is #405180. Grayscale: #ADADAD. Windows color (decimal): -4215169 or 8367807. OLE color: 8367807.

HSL color Cylindrical-coordinate representation of color #BFAE7F: hue angle of 44.06º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFAE7F is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 174 127 -
CMYK 0 0.09 0.34 0.25
HSL 44.06º 0.33% 0.62% -
HSV(B) 44.06º 0.34% 0.75% -
XYZ 40.45 42.88 26.22 -
YUV 173.73 101.63 140.32 -
System Red Green Blue C M Y K H S L
Decimal 191 174 127 0 0.09 0.34 0.25 44.06 0.33 0.62
Hex BF AE 7F 0 9 22 19 2C 21 3E
Octal 277 256 177 0 11 42 31 54 41 76
Binary 10111111 10101110 1111111 0 1001 100010 11001 101100 100001 111110

Color Harmonies of #BFAE7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAE7F

Black with #BFAE7F

Text Example


Text Example

White with #BFAE7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAE7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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