Html Css Color HEX #BFAC73 Ecru

📋 copy color: '#BFAC73'

red 191 ◦ green 172 ◦ blue 115

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

Shades of Ecru #BFAC73

Tints of Ecru #BFAC73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.06%

R = 39.96%
G = 35.98%
B = 24.06%

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

#BFAC73 (or 0xBFAC73) is known color: Ecru. HEX triplet: BF, AC and 73. RGB value is (191,172,115). Sum of RGB (Red+Green+Blue) = 191+172+115=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 115 (45.31% from 255 or 24.06% from 478); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAC73 is #40538C. Grayscale: #ABABAB. Windows color (decimal): -4215693 or 7580863. OLE color: 7580863.

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

Color convert

RGB 191 172 115 -
CMYK 0 0.10 0.40 0.25
HSL 45º 0.37% 0.6% -
HSV(B) 45º 0.4% 0.75% -
XYZ 39.33 41.82 22.22 -
YUV 171.18 96.29 142.13 -
System Red Green Blue C M Y K H S L
Decimal 191 172 115 0 0.10 0.40 0.25 45 0.37 0.6
Hex BF AC 73 0 A 28 19 2D 25 3C
Octal 277 254 163 0 12 50 31 55 45 74
Binary 10111111 10101100 1110011 0 1010 101000 11001 101101 100101 111100

Color Harmonies of #BFAC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAC73

Black with #BFAC73

Text Example


Text Example

White with #BFAC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAC73; }

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

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

background-color css

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

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

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

border-color css

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

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

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