Html Css Color HEX #BFAC80 Ecru

📋 copy color: '#BFAC80'

red 191 ◦ green 172 ◦ blue 128

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

Shades of Ecru #BFAC80

Tints of Ecru #BFAC80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.07%

R = 38.9%
G = 35.03%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BFAC80 (or 0xBFAC80) is known color: Ecru. HEX triplet: BF, AC and 80. RGB value is (191,172,128). Sum of RGB (Red+Green+Blue) = 191+172+128=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAC80 is #40537F. Grayscale: #ACACAC. Windows color (decimal): -4215680 or 8432831. OLE color: 8432831.

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

Color convert

RGB 191 172 128 -
CMYK 0 0.10 0.33 0.25
HSL 41.9º 0.33% 0.63% -
HSV(B) 41.9º 0.33% 0.75% -
XYZ 40.13 42.14 26.44 -
YUV 172.67 102.79 141.08 -
System Red Green Blue C M Y K H S L
Decimal 191 172 128 0 0.10 0.33 0.25 41.9 0.33 0.63
Hex BF AC 80 0 A 21 19 2A 21 3F
Octal 277 254 200 0 12 41 31 52 41 77
Binary 10111111 10101100 10000000 0 1010 100001 11001 101010 100001 111111

Color Harmonies of #BFAC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAC80

Black with #BFAC80

Text Example


Text Example

White with #BFAC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAC80; }

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

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

background-color css

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

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

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

border-color css

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

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

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