Html Css Color HEX #BFAA78 Ecru

📋 copy color: '#BFAA78'

red 191 ◦ green 170 ◦ blue 120

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

Shades of Ecru #BFAA78

Tints of Ecru #BFAA78

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.34%

 BLUE value IS 120 (47.27% from 255) = 24.95%

R = 39.71%
G = 35.34%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BFAA78 (or 0xBFAA78) is known color: Ecru. HEX triplet: BF, AA and 78. RGB value is (191,170,120). Sum of RGB (Red+Green+Blue) = 191+170+120=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 120 (47.27% from 255 or 24.95% from 481); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAA78 is #405587. Grayscale: #AAAAAA. Windows color (decimal): -4216200 or 7908031. OLE color: 7908031.

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

Color convert

RGB 191 170 120 -
CMYK 0 0.11 0.37 0.25
HSL 42.25º 0.36% 0.61% -
HSV(B) 42.25º 0.37% 0.75% -
XYZ 39.25 41.18 23.65 -
YUV 170.58 99.46 142.57 -
System Red Green Blue C M Y K H S L
Decimal 191 170 120 0 0.11 0.37 0.25 42.25 0.36 0.61
Hex BF AA 78 0 B 25 19 2A 24 3D
Octal 277 252 170 0 13 45 31 52 44 75
Binary 10111111 10101010 1111000 0 1011 100101 11001 101010 100100 111101

Color Harmonies of #BFAA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAA78

Black with #BFAA78

Text Example


Text Example

White with #BFAA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAA78; }

 p { color: rgb(191,170,120); }

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

background-color css

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

 a { background-color: rgb(191,170,120); }

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

border-color css

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

 span { border-color: rgb(191,170,120); }

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