Html Css Color HEX #BFAC77 Ecru

📋 copy color: '#BFAC77'

red 191 ◦ green 172 ◦ blue 119

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

Shades of Ecru #BFAC77

Tints of Ecru #BFAC77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.69%

R = 39.63%
G = 35.68%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BFAC77 (or 0xBFAC77) is known color: Ecru. HEX triplet: BF, AC and 77. RGB value is (191,172,119). Sum of RGB (Red+Green+Blue) = 191+172+119=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 119 (46.88% from 255 or 24.69% from 482); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAC77 is #405388. Grayscale: #ABABAB. Windows color (decimal): -4215689 or 7843007. OLE color: 7843007.

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

Color convert

RGB 191 172 119 -
CMYK 0 0.10 0.38 0.25
HSL 44.17º 0.36% 0.61% -
HSV(B) 44.17º 0.38% 0.75% -
XYZ 39.57 41.91 23.46 -
YUV 171.64 98.29 141.81 -
System Red Green Blue C M Y K H S L
Decimal 191 172 119 0 0.10 0.38 0.25 44.17 0.36 0.61
Hex BF AC 77 0 A 26 19 2C 24 3D
Octal 277 254 167 0 12 46 31 54 44 75
Binary 10111111 10101100 1110111 0 1010 100110 11001 101100 100100 111101

Color Harmonies of #BFAC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAC77

Black with #BFAC77

Text Example


Text Example

White with #BFAC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAC77; }

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

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

background-color css

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

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

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

border-color css

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

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

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