Html Css Color HEX #BFAB73 Ecru

📋 copy color: '#BFAB73'

red 191 ◦ green 171 ◦ blue 115

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

Shades of Ecru #BFAB73

Tints of Ecru #BFAB73

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.85%

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

R = 40.04%
G = 35.85%
B = 24.11%

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

#BFAB73 (or 0xBFAB73) is known color: Ecru. HEX triplet: BF, AB and 73. RGB value is (191,171,115). Sum of RGB (Red+Green+Blue) = 191+171+115=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 115 (45.31% from 255 or 24.11% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAB73 is #40548C. Grayscale: #AAAAAA. Windows color (decimal): -4215949 or 7580607. OLE color: 7580607.

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

Color convert

RGB 191 171 115 -
CMYK 0 0.10 0.40 0.25
HSL 44.21º 0.37% 0.6% -
HSV(B) 44.21º 0.4% 0.75% -
XYZ 39.14 41.44 22.16 -
YUV 170.6 96.63 142.55 -
System Red Green Blue C M Y K H S L
Decimal 191 171 115 0 0.10 0.40 0.25 44.21 0.37 0.6
Hex BF AB 73 0 A 28 19 2C 25 3C
Octal 277 253 163 0 12 50 31 54 45 74
Binary 10111111 10101011 1110011 0 1010 101000 11001 101100 100101 111100

Color Harmonies of #BFAB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAB73

Black with #BFAB73

Text Example


Text Example

White with #BFAB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAB73; }

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

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

background-color css

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

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

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

border-color css

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

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

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