Html Css Color HEX #BFAC72 Ecru

📋 copy color: '#BFAC72'

red 191 ◦ green 172 ◦ blue 114

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

Shades of Ecru #BFAC72

Tints of Ecru #BFAC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.9%

R = 40.04%
G = 36.06%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BFAC72 (or 0xBFAC72) is known color: Ecru. HEX triplet: BF, AC and 72. RGB value is (191,172,114). Sum of RGB (Red+Green+Blue) = 191+172+114=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 114 (44.92% from 255 or 23.90% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAC72 is #40538D. Grayscale: #ABABAB. Windows color (decimal): -4215694 or 7515327. OLE color: 7515327.

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

Color convert

RGB 191 172 114 -
CMYK 0 0.10 0.40 0.25
HSL 45.19º 0.38% 0.6% -
HSV(B) 45.19º 0.4% 0.75% -
XYZ 39.28 41.8 21.92 -
YUV 171.07 95.79 142.22 -
System Red Green Blue C M Y K H S L
Decimal 191 172 114 0 0.10 0.40 0.25 45.19 0.38 0.6
Hex BF AC 72 0 A 28 19 2D 26 3C
Octal 277 254 162 0 12 50 31 55 46 74
Binary 10111111 10101100 1110010 0 1010 101000 11001 101101 100110 111100

Color Harmonies of #BFAC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAC72

Black with #BFAC72

Text Example


Text Example

White with #BFAC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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