Html Css Color HEX #BFAC7E Ecru

📋 copy color: '#BFAC7E'

red 191 ◦ green 172 ◦ blue 126

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

Shades of Ecru #BFAC7E

Tints of Ecru #BFAC7E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.17%

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

R = 39.06%
G = 35.17%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BFAC7E (or 0xBFAC7E) is known color: Ecru. HEX triplet: BF, AC and 7E. RGB value is (191,172,126). Sum of RGB (Red+Green+Blue) = 191+172+126=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 126 (49.61% from 255 or 25.77% from 489); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAC7E is #405381. Grayscale: #ACACAC. Windows color (decimal): -4215682 or 8301759. OLE color: 8301759.

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

Color convert

RGB 191 172 126 -
CMYK 0 0.10 0.34 0.25
HSL 42.46º 0.34% 0.62% -
HSV(B) 42.46º 0.34% 0.75% -
XYZ 40 42.09 25.75 -
YUV 172.44 101.79 141.24 -
System Red Green Blue C M Y K H S L
Decimal 191 172 126 0 0.10 0.34 0.25 42.46 0.34 0.62
Hex BF AC 7E 0 A 22 19 2A 22 3E
Octal 277 254 176 0 12 42 31 52 42 76
Binary 10111111 10101100 1111110 0 1010 100010 11001 101010 100010 111110

Color Harmonies of #BFAC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAC7E

Black with #BFAC7E

Text Example


Text Example

White with #BFAC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAC7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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