Html Css Color HEX #BFAC74 Ecru

📋 copy color: '#BFAC74'

red 191 ◦ green 172 ◦ blue 116

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

Shades of Ecru #BFAC74

Tints of Ecru #BFAC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.22%

R = 39.87%
G = 35.91%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BFAC74 (or 0xBFAC74) is known color: Ecru. HEX triplet: BF, AC and 74. RGB value is (191,172,116). Sum of RGB (Red+Green+Blue) = 191+172+116=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 116 (45.70% from 255 or 24.22% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAC74 is #40538B. Grayscale: #ABABAB. Windows color (decimal): -4215692 or 7646399. OLE color: 7646399.

HSL color Cylindrical-coordinate representation of color #BFAC74: hue angle of 44.8º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFAC74 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 172 116 -
CMYK 0 0.10 0.39 0.25
HSL 44.8º 0.37% 0.6% -
HSV(B) 44.8º 0.39% 0.75% -
XYZ 39.39 41.84 22.52 -
YUV 171.3 96.79 142.05 -
System Red Green Blue C M Y K H S L
Decimal 191 172 116 0 0.10 0.39 0.25 44.8 0.37 0.6
Hex BF AC 74 0 A 27 19 2D 25 3C
Octal 277 254 164 0 12 47 31 55 45 74
Binary 10111111 10101100 1110100 0 1010 100111 11001 101101 100101 111100

Color Harmonies of #BFAC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAC74

Black with #BFAC74

Text Example


Text Example

White with #BFAC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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