Html Css Color HEX #BFA878 Ecru

📋 copy color: '#BFA878'

red 191 ◦ green 168 ◦ blue 120

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

Shades of Ecru #BFA878

Tints of Ecru #BFA878

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.07%

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

R = 39.87%
G = 35.07%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BFA878 (or 0xBFA878) is known color: Ecru. HEX triplet: BF, A8 and 78. RGB value is (191,168,120). Sum of RGB (Red+Green+Blue) = 191+168+120=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 120 (47.27% from 255 or 25.05% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA878 is #405787. Grayscale: #A9A9A9. Windows color (decimal): -4216712 or 7907519. OLE color: 7907519.

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

Color convert

RGB 191 168 120 -
CMYK 0 0.12 0.37 0.25
HSL 40.56º 0.36% 0.61% -
HSV(B) 40.56º 0.37% 0.75% -
XYZ 38.88 40.44 23.53 -
YUV 169.41 100.12 143.4 -
System Red Green Blue C M Y K H S L
Decimal 191 168 120 0 0.12 0.37 0.25 40.56 0.36 0.61
Hex BF A8 78 0 C 25 19 29 24 3D
Octal 277 250 170 0 14 45 31 51 44 75
Binary 10111111 10101000 1111000 0 1100 100101 11001 101001 100100 111101

Color Harmonies of #BFA878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA878

Black with #BFA878

Text Example


Text Example

White with #BFA878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA878; }

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

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

background-color css

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

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

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

border-color css

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

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

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