Html Css Color HEX #BFAE7E Ecru

📋 copy color: '#BFAE7E'

red 191 ◦ green 174 ◦ blue 126

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

Shades of Ecru #BFAE7E

Tints of Ecru #BFAE7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.66%

R = 38.9%
G = 35.44%
B = 25.66%

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

#BFAE7E (or 0xBFAE7E) is known color: Ecru. HEX triplet: BF, AE and 7E. RGB value is (191,174,126). Sum of RGB (Red+Green+Blue) = 191+174+126=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 126 (49.61% from 255 or 25.66% from 491); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAE7E is #405181. Grayscale: #ADADAD. Windows color (decimal): -4215170 or 8302271. OLE color: 8302271.

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

Color convert

RGB 191 174 126 -
CMYK 0 0.09 0.34 0.25
HSL 44.31º 0.34% 0.62% -
HSV(B) 44.31º 0.34% 0.75% -
XYZ 40.39 42.85 25.88 -
YUV 173.61 101.13 140.4 -
System Red Green Blue C M Y K H S L
Decimal 191 174 126 0 0.09 0.34 0.25 44.31 0.34 0.62
Hex BF AE 7E 0 9 22 19 2C 22 3E
Octal 277 256 176 0 11 42 31 54 42 76
Binary 10111111 10101110 1111110 0 1001 100010 11001 101100 100010 111110

Color Harmonies of #BFAE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAE7E

Black with #BFAE7E

Text Example


Text Example

White with #BFAE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAE7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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